1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 20:11:36 +00:00

fix #385, fix #417, fix #429, cleanup, prep for splash

This commit is contained in:
Austin Huang 2020-12-19 16:59:09 -05:00
parent 3899b9adfa
commit 8240829fa8
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
10 changed files with 37 additions and 248 deletions

View file

@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<!--
<style name="AppTheme.LaunchTheme" parent="AppTheme">
<item name="android:windowBackground">@drawable/launch</item>
</style>
-->
<style name="Theme.AppCompat.Translucent" parent="Theme.AppCompat.NoActionBar">
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
@ -11,10 +17,12 @@
<style name="PlayButtonCard" parent="CardView.Dark" />
<!--
<style name="FlyingGayDialog" parent="Theme.MaterialComponents.DayNight.Dialog.FixedSize">
<item name="windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
</style>
-->
<!--<style name="AppTheme.BottomSheetDialog" parent="Theme.MaterialComponents.Light.BottomSheetDialog" />-->