Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 69f6a94

Browse files
keianhzobluemarvin
authored andcommitted
Fix the top ui transparent background fix for private mode too (#2146)
1 parent 9f74488 commit 69f6a94

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/src/main/res/drawable/fullscreen_button_private.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<selector xmlns:android="http://schemas.android.com/apk/res/android"
2+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
33
android:enterFadeDuration="@integer/ui_fadeAnimTime"
44
android:exitFadeDuration="@integer/ui_fadeAnimTime">
55
<item android:state_enabled="false">
@@ -22,4 +22,4 @@
2222
<solid android:color="@color/eggplant" />
2323
</shape>
2424
</item>
25-
</selector>
25+
</animated-selector>

app/src/main/res/drawable/fullscreen_button_private_first.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<selector xmlns:android="http://schemas.android.com/apk/res/android"
2+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
33
android:enterFadeDuration="@integer/ui_fadeAnimTime"
44
android:exitFadeDuration="@integer/ui_fadeAnimTime">
55
<item android:state_enabled="false">
@@ -42,4 +42,4 @@
4242
android:bottomLeftRadius="20dp"/>
4343
</shape>
4444
</item>
45-
</selector>
45+
</animated-selector>

app/src/main/res/drawable/fullscreen_button_private_last.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<selector xmlns:android="http://schemas.android.com/apk/res/android"
2+
<animated-selector xmlns:android="http://schemas.android.com/apk/res/android"
33
android:enterFadeDuration="@integer/ui_fadeAnimTime"
44
android:exitFadeDuration="@integer/ui_fadeAnimTime">
55
<item android:state_enabled="false">
@@ -30,4 +30,4 @@
3030
<corners android:bottomRightRadius="20dp" android:topRightRadius="20dp" />
3131
</shape>
3232
</item>
33-
</selector>
33+
</animated-selector>

0 commit comments

Comments
 (0)