Commit 620eebd 1 parent 05b120c commit 620eebd Copy full SHA for 620eebd
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
13
13
minSdkVersion 21
14
14
targetSdkVersion 27
15
15
versionCode 28
16
- versionName " 2018.1.3"
16
+ versionName " 2018.1.3"
17
17
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
18
18
19
19
}
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<layer-list xmlns : android =" http://schemas.android.com/apk/res/android" >
3
3
<item android : drawable =" @drawable/bg_card_no_rounds" />
4
- <item
5
- android : gravity =" bottom"
6
- android : left =" 56dp" >
4
+ <item android : left =" 56dp" >
7
5
<shape android : shape =" rectangle" >
8
- <size android : height =" 1dp" />
9
6
<solid android : color =" ?dividerColor" />
10
7
</shape >
11
8
</item >
9
+ <item
10
+ android : bottom =" 1dp"
11
+ android : drawable =" @drawable/bg_card_no_rounds" />
12
12
</layer-list >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<layer-list xmlns : android =" http://schemas.android.com/apk/res/android" >
3
3
<item android : drawable =" @drawable/bg_rounded_top" />
4
- <item
5
- android : gravity =" bottom"
6
- android : left =" 56dp" >
4
+ <item android : left =" 56dp" >
7
5
<shape android : shape =" rectangle" >
8
- <size android : height =" 1dp" />
9
6
<solid android : color =" ?dividerColor" />
10
7
</shape >
11
8
</item >
9
+ <item
10
+ android : bottom =" 1dp"
11
+ android : drawable =" @drawable/bg_rounded_top" />
12
12
</layer-list >
You can’t perform that action at this time.
0 commit comments