Skip to content

Commit 620eebd

Browse files
committed
Fix search item background on Lollipop devices
1 parent 05b120c commit 620eebd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdkVersion 21
1414
targetSdkVersion 27
1515
versionCode 28
16-
versionName "2018.1.3"
16+
versionName "2018.1.3"
1717
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1818

1919
}
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
33
<item android:drawable="@drawable/bg_card_no_rounds" />
4-
<item
5-
android:gravity="bottom"
6-
android:left="56dp">
4+
<item android:left="56dp">
75
<shape android:shape="rectangle">
8-
<size android:height="1dp" />
96
<solid android:color="?dividerColor" />
107
</shape>
118
</item>
9+
<item
10+
android:bottom="1dp"
11+
android:drawable="@drawable/bg_card_no_rounds" />
1212
</layer-list>
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
33
<item android:drawable="@drawable/bg_rounded_top" />
4-
<item
5-
android:gravity="bottom"
6-
android:left="56dp">
4+
<item android:left="56dp">
75
<shape android:shape="rectangle">
8-
<size android:height="1dp" />
96
<solid android:color="?dividerColor" />
107
</shape>
118
</item>
9+
<item
10+
android:bottom="1dp"
11+
android:drawable="@drawable/bg_rounded_top" />
1212
</layer-list>

0 commit comments

Comments
 (0)