diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-08-31 15:42:48 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-08-31 15:42:48 +0200 |
commit | 7df102daa3a6e950810187c85a836efab8336ffc (patch) | |
tree | ec24baad4b568d2ce97ad0533c19a61083007155 /res | |
parent | a60ff4dd36de07abf6b640caf7e0723817162286 (diff) | |
download | AntennaPod-7df102daa3a6e950810187c85a836efab8336ffc.zip |
Images in podcast directory should now be displayed correctly
Diffstat (limited to 'res')
-rw-r--r-- | res/values/colors.xml | 3 | ||||
-rw-r--r-- | res/values/ids.xml | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index a666f8967..7ce05bc13 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -28,8 +28,7 @@ <color name="status_playing">#E0EE5F52</color> <color name="overlay_dark">#262C31</color> <color name="overlay_light">#DDDDDD</color> - <color name="default_image_color">#858585</color> - + <!-- Use Gingerbread-orange --> <color name="selection_background_color_dark">#FEBB20</color> <color name="selection_background_color_light">#FEBB20</color> diff --git a/res/values/ids.xml b/res/values/ids.xml index 7cbc4699a..995cebbad 100644 --- a/res/values/ids.xml +++ b/res/values/ids.xml @@ -16,5 +16,6 @@ <item name="drag_handle" type="id"/> <item name="skip_episode_item" type="id"/> <item name="image_disk_cache_key" type="id"/> + <item name="imageloader_key" type="id"/> </resources>
\ No newline at end of file |