Skip to content

Commit 794a2a1

Browse files
committed
ui: use filled icon buttons in TV mode
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 7589959 commit 794a2a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/main/res/layout/tv_activity.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127

128128
<com.google.android.material.button.MaterialButton
129129
android:id="@+id/import_button"
130-
style="@style/Widget.Material3.Button.IconButton"
130+
style="@style/Widget.Material3.Button.IconButton.Filled.Tonal"
131131
android:layout_width="wrap_content"
132132
android:layout_height="wrap_content"
133133
android:layout_margin="16dp"
@@ -140,7 +140,7 @@
140140

141141
<com.google.android.material.button.MaterialButton
142142
android:id="@+id/delete_button"
143-
style="@style/Widget.Material3.Button.IconButton"
143+
style="@style/Widget.Material3.Button.IconButton.Filled.Tonal"
144144
android:layout_width="wrap_content"
145145
android:layout_height="wrap_content"
146146
android:layout_margin="16dp"

0 commit comments

Comments
 (0)