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

Commit 8a93a8f

Browse files
xns1001samtstern
authored andcommitted
remove style's redundant parent (#119)
1 parent 871b66d commit 8a93a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easypermissions/src/main/res/values/styles.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<style name="EasyPermissions" parent="Theme.AppCompat.Light.DarkActionBar"/>
55

6-
<style name="EasyPermissions.Transparent" parent="EasyPermissions">
6+
<style name="EasyPermissions.Transparent">
77
<item name="android:windowIsTranslucent">true</item>
88
<item name="android:windowBackground">@android:color/transparent</item>
99
<item name="android:windowContentOverlay">@null</item>

0 commit comments

Comments
 (0)