summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-11-20 19:26:41 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2012-11-20 19:26:41 +0100
commite01a656e9ee88a30b73159427db0ccce7c40fcd7 (patch)
treee31ed58df12b31613e93c8625d8357ad802cac56 /res/layout
parent7f85891d59bdbc5585ce81f63de7d29527c4f4f6 (diff)
downloadAntennaPod-e01a656e9ee88a30b73159427db0ccce7c40fcd7.zip
Changed references to drawables in resources to references to attrs
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeditemlist_item.xml8
-rw-r--r--res/layout/mediaplayer_activity.xml6
2 files changed, 7 insertions, 7 deletions
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" />
<ImageView
@@ -65,7 +65,7 @@
android:layout_height="@dimen/enc_icons_size"
android:layout_below="@id/txtvPublished"
android:layout_toLeftOf="@+id/imgvDownloading"
- android:src="@drawable/av_download"
+ android:src="?attr/av_download"
android:visibility="visible" />
<ImageView
@@ -74,7 +74,7 @@
android:layout_height="@dimen/enc_icons_size"
android:layout_below="@id/txtvPublished"
android:layout_toLeftOf="@id/butAction"
- android:src="@drawable/navigation_refresh"
+ android:src="?attr/navigation_refresh"
android:visibility="visible" />
<TextView
@@ -97,7 +97,7 @@
android:focusableInTouchMode="false"
android:padding="8dp"
android:scaleType="center"
- android:src="@drawable/navigation_expand" />
+ android:src="?attr/navigation_expand" />
</RelativeLayout>
</LinearLayout> \ 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" />
<View
android:layout_width="0.5dp"
@@ -39,7 +39,7 @@
android:layout_height="match_parent"
android:layout_weight="0.14"
android:background="@drawable/borderless_button"
- android:src="@drawable/av_pause" />
+ android:src="?attr/av_pause" />
<View
android:layout_width="0.5dp"
@@ -54,7 +54,7 @@
android:layout_height="match_parent"
android:layout_weight="0.02"
android:background="@drawable/borderless_button"
- android:src="@drawable/av_fast_forward" />
+ android:src="?attr/av_fast_forward" />
</LinearLayout>
<SeekBar