1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-08 22:51:37 +02:00

Make the initial webview activity translucent

This commit is contained in:
cpfeiffer 2017-02-25 21:52:05 +01:00
parent 234beace29
commit 0038ddabdb

View File

@ -283,6 +283,7 @@
android:parentActivityName=".activities.ControlCenter" />
<activity
android:name=".activities.BackgroundWebViewActivity"
android:theme="@android:style/Theme.Translucent"
android:label="@string/activity_web_view"/>
<activity
android:name=".activities.AndroidPairingActivity"