app/src/main/res/values/styles.xml
changeset 1057 668475fdf5e4
parent 943 298742859784
child 1174 731f6ee517b6
equal deleted inserted replaced
1056:84f7898254ad 1057:668475fdf5e4
    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" />