diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/activity_widget_config.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/audioplayer_fragment.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/edit_tags_dialog.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/feeditemlist_item.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/gpodnetauth_credentials.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/gpodnetauth_finish.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/layout/nav_list.xml | 4 |
7 files changed, 12 insertions, 8 deletions
diff --git a/app/src/main/res/layout/activity_widget_config.xml b/app/src/main/res/layout/activity_widget_config.xml index 6e31aec0d..8c540fcc6 100644 --- a/app/src/main/res/layout/activity_widget_config.xml +++ b/app/src/main/res/layout/activity_widget_config.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" + xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" @@ -15,7 +16,7 @@ android:id="@+id/widget_config_background" android:layout_width="match_parent" android:layout_height="match_parent" - android:src="@drawable/teaser" + app:srcCompat="@drawable/teaser" android:scaleType="centerCrop" /> <include diff --git a/app/src/main/res/layout/audioplayer_fragment.xml b/app/src/main/res/layout/audioplayer_fragment.xml index 3685032e6..4ecb5ae38 100644 --- a/app/src/main/res/layout/audioplayer_fragment.xml +++ b/app/src/main/res/layout/audioplayer_fragment.xml @@ -47,7 +47,7 @@ android:layout_width="match_parent" android:layout_height="8dp" android:layout_alignBottom="@id/pager" - android:src="@drawable/bg_gradient" + app:srcCompat="@drawable/bg_gradient" app:tint="?android:attr/windowBackground" android:importantForAccessibility="no"/> diff --git a/app/src/main/res/layout/edit_tags_dialog.xml b/app/src/main/res/layout/edit_tags_dialog.xml index e83cce9cf..9fb6292b2 100644 --- a/app/src/main/res/layout/edit_tags_dialog.xml +++ b/app/src/main/res/layout/edit_tags_dialog.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" @@ -32,7 +33,7 @@ <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content" - android:src="?attr/content_new" + app:srcCompat="?attr/content_new" android:contentDescription="@string/new_label" android:id="@+id/newTagButton"/> </LinearLayout> diff --git a/app/src/main/res/layout/feeditemlist_item.xml b/app/src/main/res/layout/feeditemlist_item.xml index e1f382e46..63092cfb3 100644 --- a/app/src/main/res/layout/feeditemlist_item.xml +++ b/app/src/main/res/layout/feeditemlist_item.xml @@ -35,7 +35,7 @@ android:layout_height="match_parent" android:importantForAccessibility="no" android:scaleType="fitCenter" - android:src="?attr/dragview_background" + app:srcCompat="?attr/dragview_background" android:paddingStart="0dp" android:paddingLeft="0dp" android:paddingEnd="4dp" diff --git a/app/src/main/res/layout/gpodnetauth_credentials.xml b/app/src/main/res/layout/gpodnetauth_credentials.xml index 9fcf67cff..8cf6941c9 100644 --- a/app/src/main/res/layout/gpodnetauth_credentials.xml +++ b/app/src/main/res/layout/gpodnetauth_credentials.xml @@ -2,6 +2,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" + xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> @@ -15,7 +16,7 @@ <ImageView android:layout_width="64dp" android:layout_height="64dp" - android:src="@drawable/gpodder_icon"/> + app:srcCompat="@drawable/gpodder_icon"/> <TextView android:id="@+id/createAccountButton" diff --git a/app/src/main/res/layout/gpodnetauth_finish.xml b/app/src/main/res/layout/gpodnetauth_finish.xml index f0bcfd4dc..8eced7304 100644 --- a/app/src/main/res/layout/gpodnetauth_finish.xml +++ b/app/src/main/res/layout/gpodnetauth_finish.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical"> @@ -9,7 +10,7 @@ android:id="@id/icon" android:layout_width="64dp" android:layout_height="64dp" - android:src="@drawable/gpodder_icon" /> + app:srcCompat="@drawable/gpodder_icon" /> <TextView android:id="@+id/txtvDescription" diff --git a/app/src/main/res/layout/nav_list.xml b/app/src/main/res/layout/nav_list.xml index 70a71a453..669a0cf44 100644 --- a/app/src/main/res/layout/nav_list.xml +++ b/app/src/main/res/layout/nav_list.xml @@ -1,6 +1,7 @@ <?xml version='1.0' encoding='utf-8'?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" + xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/nav_layout" android:layout_width="match_parent" android:layout_height="match_parent" @@ -18,7 +19,6 @@ android:focusable="true"> <ImageView - android:id="@+id/imgvCover" android:layout_width="@dimen/thumbnail_length_navlist" android:layout_height="@dimen/thumbnail_length_navlist" android:layout_marginBottom="4dp" @@ -30,7 +30,7 @@ android:cropToPadding="true" android:padding="8dp" android:scaleType="centerCrop" - android:src="?attr/ic_settings" + app:srcCompat="?attr/ic_settings" tools:background="@android:color/holo_orange_dark" tools:src="@android:drawable/sym_def_app_icon" /> |