Skip to content

Commit c62a08e

Browse files
Fix button group style reference
1 parent d6dd3d2 commit c62a08e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/res/values/styles.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<style name="Widget.App.ButtonGroup" parent="Widget.Material3.ButtonGroup" />
3+
<!-- Style applied to the home action button group -->
4+
<style name="Widget.App.ButtonGroup" parent="Widget.Material3.MaterialButtonToggleGroup" />
45
</resources>

0 commit comments

Comments
 (0)