[Home] Consistent no. of lines for Home playlist buttons
This commit is contained in:
parent
e4a309af66
commit
adab132bf3
3 changed files with 18 additions and 2 deletions
|
@ -43,7 +43,6 @@
|
|||
android:layout_marginEnd="16dp"
|
||||
android:text="@string/my_top_tracks"
|
||||
app:icon="@drawable/ic_trending_up"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/actionShuffle"
|
||||
app:layout_constraintHorizontal_bias="0.5"
|
||||
app:layout_constraintStart_toStartOf="@+id/history"
|
||||
|
|
|
@ -223,7 +223,8 @@
|
|||
</style>
|
||||
|
||||
<style name="HomeActionButton" parent="Widget.Material3.Button.ElevatedButton.Icon">
|
||||
<item name="android:padding">16dp</item>
|
||||
<item name="android:paddingTop">16dp</item>
|
||||
<item name="android:paddingBottom">16dp</item>
|
||||
<item name="android:textColor">?attr/colorOnSurface</item>
|
||||
<item name="shapeAppearanceOverlay">
|
||||
@style/ShapeAppearanceOverlay.Material3.FloatingActionButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue