Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<!-- Material 3 Expressive themes (day/night versions) for activities. -->
<style name="Theme.Material3Expressive.DayNight" parent="Theme.Material3Expressive.Dark"/>
<style name="Theme.Material3Expressive.DayNight.NoActionBar" parent="Theme.Material3Expressive.Dark.NoActionBar"/>
<style name="Theme.Material3Expressive.DynamicColors.DayNight" parent="Theme.Material3Expressive.DynamicColors.Dark"/>
<style name="Theme.Material3Expressive.DynamicColors.DayNight.NoActionBar" parent="Theme.Material3Expressive.DynamicColors.Dark.NoActionBar"/>
<style name="Theme.Material3Expressive.DayNight.DialogWhenLarge" parent="Theme.Material3Expressive.Dark.DialogWhenLarge"/>

<!-- Material 3 themes (day/night versions) for activities. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
~ limitations under the License.
-->
<resources>
<style name="Theme.Material3Expressive.DynamicColors.Light" parent="Theme.Material3.DynamicColors.Light"/>

<style name="Theme.Material3Expressive.DynamicColors.Dark" parent="Theme.Material3.DynamicColors.Dark"/>

<style name="Theme.Material3.DynamicColors.Light" parent="Theme.Material3.Light">
<item name="isMaterial3DynamicColorApplied">true</item>

Expand Down
14 changes: 0 additions & 14 deletions lib/java/com/google/android/material/theme/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@
<item name="windowNoTitle">true</item>
</style>

<style name="Theme.Material3Expressive.DynamicColors.Light" parent="Theme.Material3Expressive.Light"/>

<style name="Theme.Material3Expressive.DynamicColors.Dark" parent="Theme.Material3Expressive.Dark"/>

<style name="Theme.Material3Expressive.DynamicColors.Light.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>

<style name="Theme.Material3Expressive.DynamicColors.Dark.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>

<style name="Theme.Material3Expressive.Light.DialogWhenLarge" parent="Base.Theme.Material3Expressive.Light.DialogWhenLarge"/>

<style name="Theme.Material3Expressive.Dark.DialogWhenLarge" parent="Base.Theme.Material3Expressive.Dark.DialogWhenLarge"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<!-- Material 3 Expressive themes (day/night versions) for activities. -->
<style name="Theme.Material3Expressive.DayNight" parent="Theme.Material3Expressive.Light"/>
<style name="Theme.Material3Expressive.DayNight.NoActionBar" parent="Theme.Material3Expressive.Light.NoActionBar"/>
<style name="Theme.Material3Expressive.DynamicColors.DayNight" parent="Theme.Material3Expressive.DynamicColors.Light"/>
<style name="Theme.Material3Expressive.DynamicColors.DayNight.NoActionBar" parent="Theme.Material3Expressive.DynamicColors.Light.NoActionBar"/>
<style name="Theme.Material3Expressive.DayNight.DialogWhenLarge" parent="Theme.Material3Expressive.Light.DialogWhenLarge"/>

<!-- Material 3 themes (day/night versions) for activities. -->
Expand Down