summaryrefslogtreecommitdiff
path: root/core/src/main/res/layout
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2021-11-02 21:26:13 +0100
committerByteHamster <info@bytehamster.com>2021-11-21 21:51:46 +0100
commit3f81e22eed78f6f0735f3639953fdec20acad302 (patch)
treeb92d6bc9f8d5896473f6e8ab1d1191972ffbb65c /core/src/main/res/layout
parentb00e14545d472ddd1f13f7467e973dc5365ac77f (diff)
downloadAntennaPod-3f81e22eed78f6f0735f3639953fdec20acad302.zip
Bump to minimum SDK version 19 (Android 4.4)
Diffstat (limited to 'core/src/main/res/layout')
-rw-r--r--core/src/main/res/layout/player_widget.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/src/main/res/layout/player_widget.xml b/core/src/main/res/layout/player_widget.xml
index a70e98f0f..60d40e6b5 100644
--- a/core/src/main/res/layout/player_widget.xml
+++ b/core/src/main/res/layout/player_widget.xml
@@ -19,7 +19,6 @@
android:layout_width="@android:dimen/app_icon_size"
android:layout_height="match_parent"
android:contentDescription="@string/play_label"
- android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:layout_margin="12dp"
android:background="?android:attr/selectableItemBackground"
@@ -31,9 +30,7 @@
android:id="@+id/layout_left"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_alignParentLeft="true"
android:layout_alignParentStart="true"
- android:layout_toLeftOf="@id/butPlay"
android:layout_toStartOf="@id/butPlay"
android:background="@android:color/transparent"
android:gravity="fill_horizontal"
@@ -97,7 +94,6 @@
android:layout_height="36dp"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/rewind_label"
- android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:scaleType="fitXY"
android:src="@drawable/ic_widget_fast_rewind" />
@@ -108,7 +104,6 @@
android:layout_height="36dp"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/play_label"
- android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:scaleType="fitXY"
android:src="@drawable/ic_widget_play" />
@@ -119,7 +114,6 @@
android:layout_height="36dp"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/fast_forward_label"
- android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:scaleType="fitXY"
android:src="@drawable/ic_widget_fast_forward" />
@@ -130,7 +124,6 @@
android:layout_height="36dp"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/skip_episode_label"
- android:layout_marginRight="2dp"
android:layout_marginEnd="2dp"
android:scaleType="fitXY"
android:src="@drawable/ic_widget_skip" />