diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-25 14:09:15 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-25 14:09:15 +0100 |
commit | 31a7b66d7c6c04a7ee7cccbe5d6ed059cd3a054e (patch) | |
tree | d1ff74b7020430246007758813d1c6564b328f0a /app/src/main | |
parent | 976843d09cc7455945bf42a3817445649fec7c05 (diff) |
show grey footer in navigation drawer, if there's enough place
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/layout/f_drawer_main.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/layout/f_drawer_main.xml b/app/src/main/res/layout/f_drawer_main.xml index bd7e66ae..bf418bc0 100644 --- a/app/src/main/res/layout/f_drawer_main.xml +++ b/app/src/main/res/layout/f_drawer_main.xml @@ -116,6 +116,12 @@ app:text="@string/about_fragment_title" app:icon="@drawable/ic_about_36" /> + <View + android:layout_width="match_parent" + android:layout_height="0dp" + android:background="@color/black800_high_transparent" + android:layout_weight="1" + /> </LinearLayout> |