Skip to content

Commit 01fb0ea

Browse files
author
Amitav Khandelwal
committed
Changed the default overlay color to transparent
1 parent 4b693f1 commit 01fb0ea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

commons/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ apply plugin: 'org.jetbrains.dokka-android'
66

77

88
static def getAppVersionCode() {
9-
return 27
9+
return 28
1010
}
1111

1212
static def getAppVersionName() {
13-
return "0.9.0"
13+
return "0.9.1"
1414
}
1515

1616
group = 'com.github.valartech'

commons/src/main/res/layout/loading_layout_overlay.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<View xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="match_parent"
5-
android:background="@color/black_50"
5+
android:background="@color/black_0"
66
android:clickable="true">
77

88
</View>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<color name="black_50">#80000000</color>
4+
<color name="black_0">#00000000</color>
45
</resources>

0 commit comments

Comments
 (0)