File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources xmlns : android =" http://schemas.android.com/apk/res/android" >
3
+ <style name =" AppTheme" parent =" AppThemeBase" >
4
+ <item name =" android:statusBarColor" >?android:colorBackground</item >
5
+ <item name =" android:windowLightStatusBar" >@bool/light_status_bar</item >
6
+ </style >
7
+ </resources >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources xmlns : android =" http://schemas.android.com/apk/res/android" >
3
+ <style name =" AppTheme" parent =" AppThemeBase" >
4
+ <item name =" android:statusBarColor" >?android:colorBackground</item >
5
+ <item name =" android:windowLightStatusBar" >@bool/light_status_bar</item >
6
+ <item name =" android:navigationBarColor" >?android:colorBackground</item >
7
+ <item name =" android:windowLightNavigationBar" >@bool/light_navigation_bar</item >
8
+ </style >
9
+ </resources >
Original file line number Diff line number Diff line change 5
5
<item name =" android:background" >?attr/colorSurface</item >
6
6
</style >
7
7
8
- <style name =" AppTheme" parent =" WireGuardTheme" >
9
- <item name =" android:statusBarColor" >?android:colorBackground</item >
10
- <item name =" android:navigationBarColor" >?android:colorBackground</item >
11
- <item name =" android:windowLightNavigationBar" >@bool/light_navigation_bar</item >
12
- <item name =" android:windowLightStatusBar" >@bool/light_status_bar</item >
8
+ <style name =" AppThemeBase" parent =" WireGuardTheme" >
13
9
<item name =" materialCardViewStyle" >@style/WireGuardTheme.MaterialCardView</item >
14
10
<item name =" toolbarStyle" >@style/WireGuardTheme.Toolbar</item >
15
11
<item name =" bottomSheetDialogTheme" >@style/WireGuardTheme.BottomSheetDialog</item >
16
12
</style >
17
13
14
+ <!-- Various additional API-specific features in values-v*/styles.xml -->
15
+ <style name =" AppTheme" parent =" AppThemeBase" />
16
+
18
17
<style name =" WireGuardTheme.MaterialCardView" parent =" Widget.Material3.CardView.Elevated" >
19
18
<item name =" cornerRadius" >4dp</item >
20
19
<item name =" contentPadding" >8dp</item >
You can’t perform that action at this time.
0 commit comments