diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-04-04 20:23:03 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2023-04-04 20:53:42 +0200 |
commit | 794a2a1925852d36ddd3c7037844e1282f23b587 (patch) | |
tree | 25231ad38b6efe18ef2e4d38b13dd94605f10dd2 | |
parent | 75899594c35e0bd055cedd40f695fd6583a6b2dd (diff) |
ui: use filled icon buttons in TV mode
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | ui/src/main/res/layout/tv_activity.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/main/res/layout/tv_activity.xml b/ui/src/main/res/layout/tv_activity.xml index 2ea80e41..cfa1f6ba 100644 --- a/ui/src/main/res/layout/tv_activity.xml +++ b/ui/src/main/res/layout/tv_activity.xml @@ -127,7 +127,7 @@ <com.google.android.material.button.MaterialButton android:id="@+id/import_button" - style="@style/Widget.Material3.Button.IconButton" + style="@style/Widget.Material3.Button.IconButton.Filled.Tonal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="16dp" @@ -140,7 +140,7 @@ <com.google.android.material.button.MaterialButton android:id="@+id/delete_button" - style="@style/Widget.Material3.Button.IconButton" + style="@style/Widget.Material3.Button.IconButton.Filled.Tonal" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="16dp" |