You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
752 B
11 lines
752 B
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
<style name="Theme.AppCompat.DayNight" parent="@style/Theme.AppCompat" />
|
||
|
<style name="Theme.AppCompat.DayNight.DarkActionBar" parent="@style/Theme.AppCompat" />
|
||
|
<style name="Theme.AppCompat.DayNight.Dialog" parent="@style/Theme.AppCompat.Dialog" />
|
||
|
<style name="Theme.AppCompat.DayNight.Dialog.Alert" parent="@style/Theme.AppCompat.Dialog.Alert" />
|
||
|
<style name="Theme.AppCompat.DayNight.Dialog.MinWidth" parent="@style/Theme.AppCompat.Dialog.MinWidth" />
|
||
|
<style name="Theme.AppCompat.DayNight.DialogWhenLarge" parent="@style/Theme.AppCompat.DialogWhenLarge" />
|
||
|
<style name="Theme.AppCompat.DayNight.NoActionBar" parent="@style/Theme.AppCompat.NoActionBar" />
|
||
|
</resources>
|