Merge pull request #905 from benalbrecht/dialog_icons
Use modern icons in info and alert dialogs for ICS+pull/1/head
After Width: | Height: | Size: 928 B |
After Width: | Height: | Size: 928 B |
After Width: | Height: | Size: 646 B |
After Width: | Height: | Size: 683 B |
After Width: | Height: | Size: 794 B |
After Width: | Height: | Size: 794 B |
After Width: | Height: | Size: 433 B |
After Width: | Height: | Size: 465 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 787 B |
After Width: | Height: | Size: 860 B |
After Width: | Height: | Size: 940 B |
After Width: | Height: | Size: 996 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.3 KiB |
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<item type="drawable" name="ic_dialog_info_light">@drawable/ic_dialog_info_holo_light</item>
|
||||
<item type="drawable" name="ic_dialog_info_dark">@drawable/ic_dialog_info_holo_dark</item>
|
||||
<item type="drawable" name="ic_dialog_alert_light">@drawable/ic_dialog_alert_holo_light</item>
|
||||
<item type="drawable" name="ic_dialog_alert_dark">@drawable/ic_dialog_alert_holo_dark</item>
|
||||
</resources>
|
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<item type="drawable" name="ic_dialog_info_light">@android:drawable/ic_dialog_info</item>
|
||||
<item type="drawable" name="ic_dialog_alert_light">@android:drawable/ic_dialog_alert</item>
|
||||
<item type="drawable" name="ic_dialog_info_dark">@android:drawable/ic_dialog_info</item>
|
||||
<item type="drawable" name="ic_dialog_alert_dark">@android:drawable/ic_dialog_alert</item>
|
||||
</resources>
|