From e01a656e9ee88a30b73159427db0ccce7c40fcd7 Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Tue, 20 Nov 2012 19:26:41 +0100 Subject: Changed references to drawables in resources to references to attrs --- res/layout/feeditemlist_item.xml | 8 ++++---- res/layout/mediaplayer_activity.xml | 6 +++--- res/menu/channelview.xml | 4 ++-- res/menu/feedinfo.xml | 2 +- res/menu/feeditem.xml | 12 ++++++------ res/menu/feedlist.xml | 8 ++++---- res/menu/mediaplayer.xml | 4 ++-- res/menu/podfetcher.xml | 8 ++++---- 8 files changed, 26 insertions(+), 26 deletions(-) (limited to 'res') diff --git a/res/layout/feeditemlist_item.xml b/res/layout/feeditemlist_item.xml index 1378540da..70d258f48 100644 --- a/res/layout/feeditemlist_item.xml +++ b/res/layout/feeditemlist_item.xml @@ -56,7 +56,7 @@ android:layout_height="@dimen/enc_icons_size" android:layout_below="@id/txtvPublished" android:layout_toLeftOf="@+id/imgvDownloaded" - android:src="@drawable/stat_playlist" + android:src="?attr/stat_playlist" android:visibility="visible" /> + android:src="?attr/navigation_expand" /> \ No newline at end of file diff --git a/res/layout/mediaplayer_activity.xml b/res/layout/mediaplayer_activity.xml index 94a53e961..fbd1253af 100644 --- a/res/layout/mediaplayer_activity.xml +++ b/res/layout/mediaplayer_activity.xml @@ -24,7 +24,7 @@ android:layout_height="match_parent" android:layout_weight="0.02" android:background="@drawable/borderless_button" - android:src="@drawable/av_rewind" /> + android:src="?attr/av_rewind" /> + android:src="?attr/av_pause" /> + android:src="?attr/av_fast_forward" /> - - + + \ No newline at end of file diff --git a/res/menu/feedinfo.xml b/res/menu/feedinfo.xml index 2ae759888..66a55dfa7 100644 --- a/res/menu/feedinfo.xml +++ b/res/menu/feedinfo.xml @@ -2,7 +2,7 @@ diff --git a/res/menu/feeditem.xml b/res/menu/feeditem.xml index 7fb4089a4..1944dceb9 100644 --- a/res/menu/feeditem.xml +++ b/res/menu/feeditem.xml @@ -3,35 +3,35 @@ @@ -66,7 +66,7 @@ diff --git a/res/menu/feedlist.xml b/res/menu/feedlist.xml index d1ce6cbd1..58ee2190d 100644 --- a/res/menu/feedlist.xml +++ b/res/menu/feedlist.xml @@ -4,7 +4,7 @@ + android:title="@string/refresh_label" android:icon="?attr/navigation_refresh"> diff --git a/res/menu/mediaplayer.xml b/res/menu/mediaplayer.xml index 4378d0479..4f3a55114 100644 --- a/res/menu/mediaplayer.xml +++ b/res/menu/mediaplayer.xml @@ -1,14 +1,14 @@ - diff --git a/res/menu/podfetcher.xml b/res/menu/podfetcher.xml index bd475578b..9232a95aa 100644 --- a/res/menu/podfetcher.xml +++ b/res/menu/podfetcher.xml @@ -1,17 +1,17 @@ - + - - + + -- cgit v1.2.3