equal
deleted
inserted
replaced
87 <style name="AppTheme.ArticleDetailActivity" parent="AppTheme.NoActionBar"> |
87 <style name="AppTheme.ArticleDetailActivity" parent="AppTheme.NoActionBar"> |
88 <item name="android:statusBarColor">?android:windowBackground</item> |
88 <item name="android:statusBarColor">?android:windowBackground</item> |
89 <item name="android:windowLightStatusBar">true</item> |
89 <item name="android:windowLightStatusBar">true</item> |
90 </style> |
90 </style> |
91 |
91 |
|
92 <style name="AppTheme.ShareToPublishArticleActivity" parent="@style/Theme.MaterialComponents.DayNight.BottomSheetDialog"> |
|
93 <!-- needed for a BottomDialogActivity --> |
|
94 <item name="windowNoTitle">true</item> |
|
95 <item name="android:windowDrawsSystemBarBackgrounds">true</item> |
|
96 <item name="android:windowTranslucentStatus">false</item> |
|
97 </style> |
|
98 |
92 |
99 |
93 <!-- Theme overlays --> |
100 <!-- Theme overlays --> |
94 |
101 |
95 <style name="ThemeOverlay.AppTheme.DayNight" parent="@style/ThemeOverlay.MaterialComponents.Light"/> |
102 <style name="ThemeOverlay.AppTheme.DayNight" parent="@style/ThemeOverlay.MaterialComponents.Light"/> |
96 <style name="ThemeOverlay.AppTheme.DayNight.Inverse" parent="@style/ThemeOverlay.MaterialComponents.Dark" /> |
103 <style name="ThemeOverlay.AppTheme.DayNight.Inverse" parent="@style/ThemeOverlay.MaterialComponents.Dark" /> |