summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-11-25 14:09:15 +0100
committercyBerta <cyberta@riseup.net>2021-11-25 14:09:15 +0100
commit31a7b66d7c6c04a7ee7cccbe5d6ed059cd3a054e (patch)
treed1ff74b7020430246007758813d1c6564b328f0a
parent976843d09cc7455945bf42a3817445649fec7c05 (diff)
show grey footer in navigation drawer, if there's enough place
-rw-r--r--app/src/main/res/layout/f_drawer_main.xml6
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>