Trying a less IN YOUR FACE list item menu - more like google play music
BIN
res/drawable-hdpi/dropdown_ic_arrow_normal_holo_dark.png
Normal file
After Width: | Height: | Size: 508 B |
BIN
res/drawable-hdpi/dropdown_ic_arrow_normal_holo_light.png
Normal file
After Width: | Height: | Size: 551 B |
BIN
res/drawable-hdpi/folder_dark.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-hdpi/folder_light.png
Executable file
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-mdpi/dropdown_ic_arrow_normal_holo_dark.png
Normal file
After Width: | Height: | Size: 443 B |
BIN
res/drawable-mdpi/dropdown_ic_arrow_normal_holo_light.png
Normal file
After Width: | Height: | Size: 468 B |
BIN
res/drawable-mdpi/folder_dark.png
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-mdpi/folder_light.png
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_dark.png
Normal file
After Width: | Height: | Size: 810 B |
BIN
res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_light.png
Normal file
After Width: | Height: | Size: 849 B |
BIN
res/drawable-xhdpi/folder_dark.png
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
res/drawable-xhdpi/folder_light.png
Executable file
After Width: | Height: | Size: 1.6 KiB |
@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<declare-styleable name="K9Styles">
|
||||
<attr name="iconFolder" format="reference"/>
|
||||
<attr name="listDivider" format="reference" />
|
||||
<attr name="iconListItemMenu" format="reference" />
|
||||
<attr name="iconMenuInfoDetails" format="reference" />
|
||||
|
@ -3,8 +3,9 @@
|
||||
|
||||
<style name="Theme.K9.Light" parent="Theme.Sherlock.Light">
|
||||
<item name="android:autoCompleteTextViewStyle">@style/Widget.K9.AutoCompleteTextView</item>
|
||||
<item name="iconFolder">@drawable/folder_light</item>
|
||||
<item name="listDivider">@drawable/divider_light</item>
|
||||
<item name="iconListItemMenu">@drawable/ic_menu_moreoverflow_holo_light</item>
|
||||
<item name="iconListItemMenu">@drawable/dropdown_ic_arrow_normal_holo_light</item>
|
||||
<item name="iconMenuInfoDetails">@android:drawable/ic_menu_info_details</item>
|
||||
<item name="iconActionAddAttachment">@drawable/ic_action_add_attachment_light</item>
|
||||
<item name="iconActionAddCcBcc">@drawable/ic_action_add_cc_bbc_light</item>
|
||||
@ -44,8 +45,9 @@
|
||||
|
||||
<style name="Theme.K9.Dark" parent="Theme.Sherlock">
|
||||
<item name="android:autoCompleteTextViewStyle">@style/Widget.K9.AutoCompleteTextView</item>
|
||||
<item name="iconFolder">@drawable/folder_dark</item>
|
||||
<item name="listDivider">@drawable/divider_dark</item>
|
||||
<item name="iconListItemMenu">@drawable/ic_menu_moreoverflow_holo_dark</item>
|
||||
<item name="iconListItemMenu">@drawable/dropdown_ic_arrow_normal_holo_dark</item>
|
||||
<item name="iconMenuInfoDetails">@android:drawable/ic_menu_info_details</item>
|
||||
<item name="iconActionAddAttachment">@drawable/ic_action_add_attachment_dark</item>
|
||||
<item name="iconActionAddCcBcc">@drawable/ic_action_add_cc_bcc_dark</item>
|
||||
|