app/src/main/res/values/styles.xml
changeset 305 ce2c5bab37ed
parent 297 157942ed1169
child 317 9c8e517ce2c5
equal deleted inserted replaced
304:21a505302e6e 305:ce2c5bab37ed
    46 
    46 
    47     <style name="AppTheme.NoActionBar">
    47     <style name="AppTheme.NoActionBar">
    48         <item name="windowActionBar">false</item>
    48         <item name="windowActionBar">false</item>
    49         <item name="windowNoTitle">true</item>
    49         <item name="windowNoTitle">true</item>
    50     </style>
    50     </style>
       
    51 
       
    52     <!-- Activity with no UI that launch an other activity immediately-->
       
    53     <style name="AppTheme.LauncherActivity">
       
    54         <item name="android:windowBackground">@null</item>
       
    55         <item name="android:windowContentOverlay">@null</item>
       
    56         <item name="android:windowIsTranslucent">true</item>
       
    57         <item name="android:windowAnimationStyle">@null</item>
       
    58         <item name="android:windowDisablePreview">true</item>
       
    59         <item name="android:colorBackgroundCacheHint">@null</item>
       
    60         <item name="android:windowNoTitle">true</item>
       
    61     </style>
       
    62 
    51 
    63 
    52     <style name="ThemeOverlay.AppTheme.DayNight" parent="@style/ThemeOverlay.MaterialComponents.Light"/>
    64     <style name="ThemeOverlay.AppTheme.DayNight" parent="@style/ThemeOverlay.MaterialComponents.Light"/>
    53     <style name="ThemeOverlay.AppTheme.DayNight.Inverse" parent="@style/ThemeOverlay.MaterialComponents.Dark" />
    65     <style name="ThemeOverlay.AppTheme.DayNight.Inverse" parent="@style/ThemeOverlay.MaterialComponents.Dark" />
    54 
    66 
    55     <style name="AppTheme.ArticleListActivity" parent="AppTheme.NoActionBar">
    67     <style name="AppTheme.ArticleListActivity" parent="AppTheme.NoActionBar">