summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/gpodnetauth_finish.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/gpodnetauth_finish.xml')
-rw-r--r--app/src/main/res/layout/gpodnetauth_finish.xml3
1 files changed, 2 insertions, 1 deletions
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"