mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 12:01:35 +00:00
Merge pull request #1219 from raniapl/raniapl/development
Disable scrolling on empty profiles - Fix issues #1093, #1135, #1061
This commit is contained in:
commit
55624dbdce
3 changed files with 47 additions and 26 deletions
|
|
@ -35,6 +35,8 @@
|
|||
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginRight="8dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_gravity="bottom|end"
|
||||
android:backgroundTint="@color/black_a50"
|
||||
android:text="@string/action_download"
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
android:id="@+id/chats"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_weight="1"
|
||||
android:scrollbars="none"
|
||||
tools:listitem="@layout/layout_dm_base" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue