Created
February 17, 2014 15:57
-
-
Save noxi515/9053201 to your computer and use it in GitHub Desktop.
ActionMenuの背景変更
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<style name="AppTheme" parent="android:Theme.Holo.Light"> | |
<item name="android:actionButtonStyle">@style/App.Widget.ActionButton</item> | |
</style> | |
<style name="App" /> | |
<style name="App.Widget" /> | |
<style name="App.Widget.ActionButton" parent="android:style/Widget.Holo.ActionButton"> | |
<item name="android:background">@drawable/action_button_background</item> | |
</style> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment