summaryrefslogtreecommitdiff
path: root/core/src/main/res/layout
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-04-15 21:44:02 +0200
committerByteHamster <info@bytehamster.com>2021-04-21 23:05:42 +0200
commitbd7793ffd49a914ced95f82b3ea7633972eb738a (patch)
tree234c031ee6022dc0ca36657eebf3e36fe9ed3960 /core/src/main/res/layout
parentd51e9c7625e0cf1d72c17e908312b7dd42363622 (diff)
downloadAntennaPod-bd7793ffd49a914ced95f82b3ea7633972eb738a.zip
Deleted duplicate resources
Diffstat (limited to 'core/src/main/res/layout')
-rw-r--r--core/src/main/res/layout/more_content_list_footer.xml2
-rw-r--r--core/src/main/res/layout/player_widget.xml10
2 files changed, 6 insertions, 6 deletions
diff --git a/core/src/main/res/layout/more_content_list_footer.xml b/core/src/main/res/layout/more_content_list_footer.xml
index f6d6a313c..2869ef7de 100644
--- a/core/src/main/res/layout/more_content_list_footer.xml
+++ b/core/src/main/res/layout/more_content_list_footer.xml
@@ -16,7 +16,7 @@
android:layout_height="16dp"
android:layout_gravity="center"
android:contentDescription="@string/load_next_page_label"
- app:srcCompat="?attr/ic_load_more" />
+ app:srcCompat="@drawable/ic_load_more" />
<ProgressBar
android:id="@+id/progBar"
diff --git a/core/src/main/res/layout/player_widget.xml b/core/src/main/res/layout/player_widget.xml
index 15b9e9c7c..ec8472517 100644
--- a/core/src/main/res/layout/player_widget.xml
+++ b/core/src/main/res/layout/player_widget.xml
@@ -24,7 +24,7 @@
android:background="?android:attr/selectableItemBackground"
android:scaleType="fitCenter"
android:padding="8dp"
- app:srcCompat="@drawable/ic_av_play_white_24dp" />
+ app:srcCompat="@drawable/ic_play_24dp" />
<LinearLayout
android:id="@+id/layout_left"
@@ -99,7 +99,7 @@
android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:scaleType="fitXY"
- app:srcCompat="@drawable/ic_av_fast_rewind_white_48dp"/>
+ app:srcCompat="@drawable/ic_fast_rewind"/>
<ImageButton
android:id="@+id/butPlayExtended"
@@ -110,7 +110,7 @@
android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:scaleType="fitXY"
- app:srcCompat="@drawable/ic_av_play_white_48dp"/>
+ app:srcCompat="@drawable/ic_play_48dp"/>
<ImageButton
android:id="@+id/butFastForward"
@@ -121,7 +121,7 @@
android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:scaleType="fitXY"
- app:srcCompat="@drawable/ic_av_fast_forward_white_48dp"/>
+ app:srcCompat="@drawable/ic_fast_forward"/>
<ImageButton
android:id="@+id/butSkip"
@@ -132,7 +132,7 @@
android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:scaleType="fitXY"
- app:srcCompat="@drawable/ic_av_skip_white_24dp"/>
+ app:srcCompat="@drawable/ic_skip_24dp"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>