1
0
Fork 0
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:
Austin Huang 2021-05-19 12:57:46 -04:00 committed by GitHub
commit 55624dbdce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 26 deletions

View file

@ -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"

View file

@ -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" />