Skip to content

Instantly share code, notes, and snippets.

@takahirohonda
Created September 15, 2019 01:17
Show Gist options
  • Save takahirohonda/caa8b01540db2de58bcc513f6b6fe65c to your computer and use it in GitHub Desktop.
Save takahirohonda/caa8b01540db2de58bcc513f6b6fe65c to your computer and use it in GitHub Desktop.
my-twa-config-res-values-style.xml
<resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
</style>
<style name="Theme.LauncherActivity" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="android:windowAnimationStyle">@null</item>
<item name="android:windowIsTranslucent">false</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@android:color/background_light</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment