Fix style for button grid

Stephen Paul Weber created

Change summary

src/cheogram/res/layout/button_grid_item.xml          | 3 ++-
src/cheogram/res/layout/command_button_grid_field.xml | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)

Detailed changes

src/cheogram/res/layout/button_grid_item.xml 🔗

@@ -2,7 +2,8 @@
 <layout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto">
 
-    <Button
+    <com.google.android.material.button.MaterialButton
+        style="@style/Widget.Material3.Button.TonalButton"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:ellipsize="end"

src/cheogram/res/layout/command_button_grid_field.xml 🔗

@@ -26,7 +26,8 @@
             android:gravity="center"
             android:textAppearance="?textAppearanceBodyMedium" />
 
-        <Button
+        <com.google.android.material.button.MaterialButton
+            style="@style/Widget.Material3.Button.TonalButton"
             android:id="@+id/default_button"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
@@ -50,7 +51,8 @@
             android:gravity="center"
             android:numColumns="auto_fit" />
 
-        <Button
+        <com.google.android.material.button.MaterialButton
+            style="@style/Widget.Material3.Button.TextButton"
             android:id="@+id/open_button"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"