summaryrefslogtreecommitdiff
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-05-27 10:08:20 -0700
committerYorke Lee <yorkelee@google.com>2014-05-27 10:08:20 -0700
commit6c027d89718c2531be487f1033466c8a5debc894 (patch)
treeb499e87c7c26f0ac6c5b6c6b07dccd497defbbfd /res/values/styles.xml
parent29406c8568e69627e1559155290b4673f697d03a (diff)
Make actionbar back button white
Bug: 15197420 Change-Id: I0ad155ee410bbd8d3477db14a6b6e2d496dedf64
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 659d5abca..e95c67f81 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -22,14 +22,10 @@
<item name="android:windowActionBarOverlay">true</item>
<item name="android:windowActionModeOverlay">true</item>
<item name="android:actionBarStyle">@style/DialtactsActionBarStyle</item>
- <!-- Style for the tabs (for the tabs) -->
- <item name="android:actionBarTabStyle">@style/DialtactsActionBarTabStyle</item>
- <!-- Style for the tab bar (for the divider between tabs) -->
- <item name="android:actionBarTabBarStyle">@style/DialtactsActionBarTabBarStyle</item>
- <!-- Style for the tab bar text (for text on tabs) -->
- <item name="android:actionBarTabTextStyle">@style/DialtactsActionBarTabTextStyle</item>
<!-- Style for the overflow button in the actionbar. -->
<item name="android:actionOverflowButtonStyle">@style/DialtactsActionBarOverflow</item>
+ <!-- Drawable for the back button -->
+ <item name="android:homeAsUpIndicator">@drawable/ic_back_arrow</item>
<item name="android:windowContentOverlay">@null</item>
<!-- Searchbox Style -->
<item name="android:editTextStyle">@style/DialtactsSearchboxStyle</item>