summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-08-19 13:58:20 -0700
committerAndrew Sapperstein <asapperstein@google.com>2014-08-19 14:05:06 -0700
commitd29ff86690bee7c56ca08f4bed4fb1a3924ea853 (patch)
tree098894e0ee271245ff9551debbe87e3c11730a52 /res
parent10b39450191f95d37e29526ada7a239dcbc858ad (diff)
downloadandroid_packages_apps_UnifiedEmail-d29ff86690bee7c56ca08f4bed4fb1a3924ea853.tar.gz
android_packages_apps_UnifiedEmail-d29ff86690bee7c56ca08f4bed4fb1a3924ea853.tar.bz2
android_packages_apps_UnifiedEmail-d29ff86690bee7c56ca08f4bed4fb1a3924ea853.zip
Set toolbar theme. b/16826009
Change-Id: I17da9cc6570d3167f767b25daae8e7c0051f9416
Diffstat (limited to 'res')
-rw-r--r--res/layout/one_pane_activity.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/one_pane_activity.xml b/res/layout/one_pane_activity.xml
index 4726508d0..478edb9a9 100644
--- a/res/layout/one_pane_activity.xml
+++ b/res/layout/one_pane_activity.xml
@@ -16,6 +16,7 @@
-->
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/drawer_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -30,7 +31,8 @@
android:id="@+id/mail_toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
- android:background="?attr/colorPrimary" />
+ android:background="?attr/colorPrimary"
+ app:theme="?attr/actionBarTheme" />
<FrameLayout
android:layout_width="match_parent"