Skip to content

Commit

Permalink
Update styles.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo authored Nov 10, 2023
1 parent f3e8e11 commit 228030c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions android/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="InAppWebViewTheme" parent="Theme.AppCompat">
<item name="colorAccent">@android:color/black</item>

</style>

<style name="AppTheme" parent="Theme.AppCompat.Light">
<item name="colorAccent">@android:color/black</item>

</style>

<style name="ThemeTransparent" parent="android:Theme">
Expand All @@ -15,6 +15,5 @@
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsFloating">true</item>
<item name="android:backgroundDimEnabled">false</item>
<item name="colorAccent">@android:color/black</item>
</style>
</resources>

0 comments on commit 228030c

Please sign in to comment.