detail: fix play icon alignment
This commit is contained in:
parent
d6e09dcf2a
commit
85bd1f0062
5 changed files with 6 additions and 0 deletions
|
@ -111,6 +111,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/spacing_mid_medium"
|
||||
android:layout_marginEnd="@dimen/spacing_small"
|
||||
android:paddingStart="@dimen/spacing_medium"
|
||||
android:layout_marginBottom="@dimen/spacing_mid_medium"
|
||||
android:text="@string/lbl_play"
|
||||
app:icon="@drawable/ic_play_24"
|
||||
|
|
|
@ -96,6 +96,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/spacing_mid_medium"
|
||||
android:layout_marginEnd="@dimen/spacing_small"
|
||||
android:paddingStart="@dimen/spacing_medium"
|
||||
android:text="@string/lbl_play"
|
||||
app:icon="@drawable/ic_play_24"
|
||||
app:layout_constraintEnd_toStartOf="@+id/detail_shuffle_button"
|
||||
|
|
|
@ -110,6 +110,7 @@
|
|||
android:layout_marginStart="@dimen/spacing_medium"
|
||||
android:layout_marginEnd="@dimen/spacing_small"
|
||||
android:text="@string/lbl_play"
|
||||
android:paddingStart="@dimen/spacing_medium"
|
||||
app:icon="@drawable/ic_play_24"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/detail_cover"
|
||||
app:layout_constraintEnd_toStartOf="@+id/detail_shuffle_button"
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/spacing_mid_medium"
|
||||
android:layout_marginEnd="@dimen/spacing_small"
|
||||
android:paddingStart="@dimen/spacing_medium"
|
||||
android:layout_marginBottom="@dimen/spacing_mid_medium"
|
||||
android:text="@string/lbl_play"
|
||||
app:icon="@drawable/ic_play_24"
|
||||
|
|
|
@ -249,10 +249,12 @@
|
|||
|
||||
<style name="Widget.Auxio.Button.Primary" parent="Widget.Material3.Button">
|
||||
<item name="iconGravity">textStart</item>
|
||||
<item name="iconSize">@dimen/size_icon_small</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Auxio.Button.Secondary" parent="Widget.Material3.Button.TonalButton">
|
||||
<item name="iconGravity">textStart</item>
|
||||
<item name="iconSize">@dimen/size_icon_small</item>
|
||||
</style>
|
||||
|
||||
<style name="Widget.Auxio.Button.Icon.Base" parent="Widget.Material3.Button.IconButton">
|
||||
|
|
Loading…
Reference in a new issue