mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-19 07:25:05 -05:00
9 lines
302 B
XML
9 lines
302 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<style name="ExampleTheme" parent="Theme.Sherlock.Light.DarkActionBar">
|
||
|
<item name="homeAsUpIndicator">@drawable/new_indicator</item>
|
||
|
<item name="android:homeAsUpIndicator">@drawable/new_indicator</item>
|
||
|
</style>
|
||
|
|
||
|
</resources>
|