Skip to content

Commit 808e92c

Browse files
dsn5ftldjcmu
authored andcommitted
Add missing themes to res-public
PiperOrigin-RevId: 246134028
1 parent 1e13013 commit 808e92c

File tree

1 file changed

+9
-4
lines changed
  • lib/java/com/google/android/material/theme/res-public/values

1 file changed

+9
-4
lines changed

lib/java/com/google/android/material/theme/res-public/values/public.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,18 @@
1717
<resources>
1818
<public name="Platform.MaterialComponents" type="style"/>
1919
<public name="Platform.MaterialComponents.Light" type="style"/>
20-
<public name="Theme.MaterialComponents.Light.DarkActionBar" type="style"/>
20+
<public name="Theme.MaterialComponents" type="style"/>
2121
<public name="Theme.MaterialComponents.NoActionBar" type="style"/>
22-
<public name="Theme.MaterialComponents.Light.NoActionBar" type="style"/>
2322
<public name="Theme.MaterialComponents.DialogWhenLarge" type="style"/>
24-
<public name="Theme.MaterialComponents.Light.DialogWhenLarge" type="style"/>
2523
<public name="Theme.MaterialComponents.CompactMenu" type="style"/>
24+
<public name="Theme.MaterialComponents.Light" type="style"/>
25+
<public name="Theme.MaterialComponents.Light.NoActionBar" type="style"/>
26+
<public name="Theme.MaterialComponents.Light.DarkActionBar" type="style"/>
27+
<public name="Theme.MaterialComponents.Light.DialogWhenLarge" type="style"/>
28+
<public name="Theme.MaterialComponents.DayNight" type="style"/>
29+
<public name="Theme.MaterialComponents.DayNight.NoActionBar" type="style"/>
30+
<public name="Theme.MaterialComponents.DayNight.DarkActionBar" type="style"/>
31+
<public name="Theme.MaterialComponents.DayNight.DialogWhenLarge" type="style"/>
2632
<public name="Theme.MaterialComponents.Bridge" type="style"/>
2733
<public name="Theme.MaterialComponents.Light.Bridge" type="style"/>
2834
<public name="Theme.MaterialComponents.NoActionBar.Bridge" type="style"/>
@@ -38,4 +44,3 @@
3844
<public name="Theme.Design.NoActionBar" type="style"/>
3945
<public name="Theme.Design.Light.NoActionBar" type="style"/>
4046
</resources>
41-

0 commit comments

Comments
 (0)