summaryrefslogtreecommitdiffstats
path: root/res/layout/sound_component_selection_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/sound_component_selection_item.xml')
-rw-r--r--res/layout/sound_component_selection_item.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/sound_component_selection_item.xml b/res/layout/sound_component_selection_item.xml
index 5a8b601..e13c47c 100644
--- a/res/layout/sound_component_selection_item.xml
+++ b/res/layout/sound_component_selection_item.xml
@@ -19,8 +19,9 @@
<ImageView
android:id="@+id/play_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
+ android:padding="8dp"
android:layout_marginEnd="24dp"
android:layout_marginTop="@dimen/component_margin_top"
android:src="@drawable/media_sound_selector_preview"/>