summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/nav_header_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/nav_header_main.xml')
-rw-r--r--app/src/main/res/layout/nav_header_main.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/layout/nav_header_main.xml b/app/src/main/res/layout/nav_header_main.xml
index 8e6f54e1b..c5af9c5e6 100644
--- a/app/src/main/res/layout/nav_header_main.xml
+++ b/app/src/main/res/layout/nav_header_main.xml
@@ -52,6 +52,16 @@
<LinearLayout
android:id="@+id/more_option_container"
android:layout_width="0dp"
+ android:paddingLeft="20dp"
+ android:layout_weight="1"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal"
+ tools:ignore="UselessLeaf" >
+ </LinearLayout>
+ <LinearLayout
+ android:id="@+id/more_account_container"
+ android:layout_width="0dp"
+ android:paddingLeft="20dp"
android:layout_weight="1"
android:layout_height="wrap_content"
android:orientation="horizontal"