summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorKasun <k-a-s-u-n@tuta.io>2019-05-07 16:17:24 +0530
committerKasun <k-a-s-u-n@tuta.io>2019-05-07 16:17:24 +0530
commitddaa638b4589d1f409f476547420f2842840c767 (patch)
tree71796e1102f1b84a252ff314ce650f8d5300a4e5 /app/src/main/res/layout
parentb74c256e538be95a738ea141246c2f97e4833699 (diff)
Some changes in account viewer
- add a back button - make the menu button dark in light theme
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_show_account.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_show_account.xml b/app/src/main/res/layout/activity_show_account.xml
index 6177ced9b..a298c7053 100644
--- a/app/src/main/res/layout/activity_show_account.xml
+++ b/app/src/main/res/layout/activity_show_account.xml
@@ -91,6 +91,20 @@
android:layout_height="wrap_content" />
<ImageButton
+ android:id="@+id/action_back"
+ android:background="?attr/selectableItemBackgroundBorderless"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentLeft="true"
+ android:layout_alignParentStart="true"
+ android:src="@drawable/ic_back"
+ android:layout_marginRight="10dp"
+ android:layout_marginEnd="10dp"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
+ android:layout_marginTop="5dp"
+ android:contentDescription="@string/go_back" />
+
+ <ImageButton
android:id="@+id/account_menu"
android:background="?attr/selectableItemBackgroundBorderless"
android:layout_alignParentTop="true"
@@ -436,7 +450,7 @@
android:text="@string/disclaimer_full"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
- </android.support.v7.widget.Toolbar>
+ </android.support.v7.widget.Toolbar>
<android.support.design.widget.TabLayout
android:id="@+id/account_tabLayout"
android:layout_width="match_parent"