Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71231666 authored by tibbi's avatar tibbi
Browse files

remove MyBorderlessBackgroundStyle since there is no separate v21 version anymore

parent 810014b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ buildscript {
        propMinSdkVersion = 21
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '5.1.12'
        propVersionName = '5.1.13'
        kotlin_version = '1.2.71'
    }

+0 −4
Original line number Diff line number Diff line
@@ -53,10 +53,6 @@
        <item name="android:windowBackground">@color/theme_dark_background_color</item>
    </style>

    <style name="MyBorderlessBackgroundStyle">
        <item name="android:background">?attr/selectableItemBackgroundBorderless</item>
    </style>

    <style name="Theme.Transparent" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowBackground">@android:color/transparent</item>