Merge "Merge toast frame assets, update themes, etc. accordingly" into klp-dev
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 666 B After Width: | Height: | Size: 965 B |
|
Before Width: | Height: | Size: 965 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
@@ -22,7 +22,7 @@
|
||||
<!-- Do not translate. These are all of the drawable resources that should be preloaded by
|
||||
the zygote process before it starts forking application processes. -->
|
||||
<array name="preloaded_drawables">
|
||||
<item>@drawable/toast_frame_holo</item>
|
||||
<item>@drawable/toast_frame</item>
|
||||
<item>@drawable/btn_check_on_pressed_holo_light</item>
|
||||
<item>@drawable/btn_check_on_pressed_holo_dark</item>
|
||||
<item>@drawable/btn_check_on_holo_light</item>
|
||||
|
||||
@@ -1048,7 +1048,7 @@ please see themes_device_defaults.xml.
|
||||
<item name="presentationTheme">@android:style/Theme.Holo.Dialog.Presentation</item>
|
||||
|
||||
<!-- Toast attributes -->
|
||||
<item name="toastFrameBackground">@android:drawable/toast_frame_holo</item>
|
||||
<item name="toastFrameBackground">@android:drawable/toast_frame</item>
|
||||
|
||||
<!-- Panel attributes -->
|
||||
<item name="panelBackground">@android:drawable/menu_hardkey_panel_holo_dark</item>
|
||||
@@ -1363,7 +1363,7 @@ please see themes_device_defaults.xml.
|
||||
<item name="presentationTheme">@android:style/Theme.Holo.Light.Dialog.Presentation</item>
|
||||
|
||||
<!-- Toast attributes -->
|
||||
<item name="toastFrameBackground">@android:drawable/toast_frame_holo</item>
|
||||
<item name="toastFrameBackground">@android:drawable/toast_frame</item>
|
||||
|
||||
<!-- Panel attributes -->
|
||||
<item name="panelBackground">@android:drawable/menu_hardkey_panel_holo_light</item>
|
||||
|
||||