aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/layout/fragment_screen_response.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/app/src/main/res/layout/fragment_screen_response.xml')
-rw-r--r--android/WALT/app/src/main/res/layout/fragment_screen_response.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/WALT/app/src/main/res/layout/fragment_screen_response.xml b/android/WALT/app/src/main/res/layout/fragment_screen_response.xml
index b789579..fae3eee 100644
--- a/android/WALT/app/src/main/res/layout/fragment_screen_response.xml
+++ b/android/WALT/app/src/main/res/layout/fragment_screen_response.xml
@@ -22,7 +22,7 @@
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:tint="@color/button_tint"
- android:src="@drawable/ic_stop_black_24dp" />
+ walt:srcCompat="@drawable/ic_stop_black_24dp" />
<ImageButton
android:id="@+id/button_start_screen_response"
@@ -30,7 +30,7 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:tint="@color/button_tint"
- android:src="@drawable/ic_play_arrow_black_24dp" />
+ walt:srcCompat="@drawable/ic_play_arrow_black_24dp" />
<Spinner
android:id="@+id/spinner_screen_response"