summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/secondary_action.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/secondary_action.xml')
-rw-r--r--app/src/main/res/layout/secondary_action.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/secondary_action.xml b/app/src/main/res/layout/secondary_action.xml
index eb1871abc..b2aea03f8 100644
--- a/app/src/main/res/layout/secondary_action.xml
+++ b/app/src/main/res/layout/secondary_action.xml
@@ -8,4 +8,6 @@
android:clickable="false"
android:focusable="false"
android:focusableInTouchMode="false"
- tools:ignore="ContentDescription" /> \ No newline at end of file
+ tools:ignore="ContentDescription"
+ tools:src="@drawable/ic_play_arrow_grey600_36dp"
+ tools:background="@android:color/holo_green_dark" />