summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/audible_card.xml8
-rw-r--r--res/layout/sound_component_selection_item.xml5
2 files changed, 8 insertions, 5 deletions
diff --git a/res/layout/audible_card.xml b/res/layout/audible_card.xml
index 2c6bd50..b291688 100644
--- a/res/layout/audible_card.xml
+++ b/res/layout/audible_card.xml
@@ -12,7 +12,8 @@
android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- style="@style/card_label"/>
+ style="@style/card_label"
+ android:paddingBottom="8dp"/>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -31,8 +32,9 @@
style="@style/audible_name"/>
<ImageView
android:id="@+id/play_pause"
- android:layout_width="24dp"
- android:layout_height="24dp"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
+ android:padding="8dp"
android:src="@drawable/media_sound_preview"/>
</LinearLayout>
<LinearLayout
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"/>