Make emergency dialer back button white
Bug: 20027390
Change-Id: I0a44eda0db7665ee8bf017df5c1b0107f8feb786
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 3d1b1ad..4493739 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -261,6 +261,7 @@
<item name="android:actionBarStyle">@style/TelephonyActionBarStyle</item>
<item name="android:colorPrimary">@color/dialer_theme_color</item>
<item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item>
+ <item name="android:homeAsUpIndicator">@drawable/ic_back_arrow</item>
</style>
<style name="SimImportTheme" parent="@android:style/Theme.Material.Light">