Loading build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 21 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '5.1.12' propVersionName = '5.1.13' kotlin_version = '1.2.71' } Loading commons/src/main/res/values/styles.xml +0 −4 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
build.gradle +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildscript { propMinSdkVersion = 21 propTargetSdkVersion = propCompileSdkVersion propVersionCode = 1 propVersionName = '5.1.12' propVersionName = '5.1.13' kotlin_version = '1.2.71' } Loading
commons/src/main/res/values/styles.xml +0 −4 Original line number Diff line number Diff line Loading @@ -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> Loading