[Home] Consistent no. of lines for Home playlist buttons

This commit is contained in:
Prathamesh More 2021-12-16 00:36:28 +05:30
parent e4a309af66
commit adab132bf3
3 changed files with 18 additions and 2 deletions

View file

@ -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"

View file

@ -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