summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/home_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/home_fragment.xml')
-rw-r--r--app/src/main/res/layout/home_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/home_fragment.xml b/app/src/main/res/layout/home_fragment.xml
index fca9406a8..3ef602334 100644
--- a/app/src/main/res/layout/home_fragment.xml
+++ b/app/src/main/res/layout/home_fragment.xml
@@ -34,7 +34,7 @@
android:layout_height="80dp"
android:layout_marginBottom="8dp"
android:layout_gravity="start"
- android:src="@drawable/ic_curved_arrow" />
+ app:srcCompat="@drawable/ic_curved_arrow" />
<ImageView
android:id="@+id/icon"
@@ -42,7 +42,7 @@
android:layout_height="64dp"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="16dp"
- android:src="@mipmap/ic_launcher" />
+ app:srcCompat="@mipmap/ic_launcher" />
<TextView
android:layout_width="match_parent"