diff options
Diffstat (limited to 'app')
-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> |