chinwag-android/app
Nik Clayton 48ad2f9eee
Ensure the "Apply" button is always visible ()
On smaller devices the notification filter listview may be longer than the
screen height, and pushes the "Apply" button out of sight.

Fix this by:

- Set the height of the listview to 0dp and its layout_weight to 1
- Set the layout_weight of the button to 0

This ensures the button always appears (because the listview height is 0dp)
and the listview then expands to fill any remaining space (because the
layout_weight is 1).

Fixes https://github.com/tuskyapp/Tusky/issues/2985
2022-12-06 20:31:16 +01:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase Status: Display indicators of edited posts () 2022-12-03 12:15:54 +01:00
src Ensure the "Apply" button is always visible () 2022-12-06 20:31:16 +01:00
.gitignore Adds a forgotten keystore. 2017-06-02 04:47:22 -04:00
build.gradle don't include dependency info in apk () 2022-12-05 19:13:15 +01:00
proguard-rules.pro add shrinker rules to keep bouncycastle EC classes () 2022-05-19 07:19:16 +02:00