summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTony Mantler <nicoya@google.com>2014-08-19 16:16:25 -0700
committerTony Mantler <nicoya@google.com>2014-08-19 16:16:25 -0700
commitfe6c6a7b8efa95d8efe80209d2668aca3ce11448 (patch)
treea8b1191b5c43165601a82cd2593ae387132755f1 /res/layout
parent73dd948cd764e40ee21924572cf44a2706abe62c (diff)
downloadandroid_packages_apps_UnifiedEmail-fe6c6a7b8efa95d8efe80209d2668aca3ce11448.tar.gz
android_packages_apps_UnifiedEmail-fe6c6a7b8efa95d8efe80209d2668aca3ce11448.tar.bz2
android_packages_apps_UnifiedEmail-fe6c6a7b8efa95d8efe80209d2668aca3ce11448.zip
Update Pre-L account switcher
b/15966080 Change-Id: Ic01ff5bef2ae94d38656dc458ab37d401a14bf19
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/account_item.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/account_item.xml b/res/layout/account_item.xml
index 51c6fa66a..4bddb2db4 100644
--- a/res/layout/account_item.xml
+++ b/res/layout/account_item.xml
@@ -20,7 +20,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
- android:padding="8dp"
+ android:padding="16dp"
android:minHeight="@dimen/account_item_minimum_height"
android:background="@drawable/nonfolder_item">
@@ -61,9 +61,9 @@
<ImageView
android:id="@+id/checkmark"
- android:layout_width="48dp"
- android:layout_height="48dp"
- android:src="@drawable/ic_menu_check_holo_light"
+ android:layout_width="24dp"
+ android:layout_height="24dp"
+ android:src="@drawable/ic_drawer_accnt_check_24dp"
android:layout_gravity="center_vertical" />
</com.android.mail.ui.AccountItemView>