File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
defaultConfig {
11
11
minSdkVersion rootProject. ext. minSdk
12
12
targetSdkVersion rootProject. ext. targetSdk
13
- versionCode 3
14
- versionName " 1.3.1 "
13
+ versionCode 4
14
+ versionName " 1.3.2 "
15
15
}
16
16
17
17
buildTypes {
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+
3
+ <ripple xmlns : android =" http://schemas.android.com/apk/res/android"
4
+ android : color =" @color/transparent_70_white" >
5
+ </ripple >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
-
3
- < ripple xmlns : android = " http://schemas. android.com/apk/res/android "
4
- android : color =" @color/transparent_70_white " >
5
- </ripple >
2
+ < selector xmlns : android = " http://schemas.android.com/apk/res/android " >
3
+ < item android : drawable = " @color/transparent_70_white " android : state_pressed = " true " />
4
+ < item android : drawable =" @android: color/transparent " / >
5
+ </selector >
You can’t perform that action at this time.
0 commit comments