Changes content warning show more/less button to use a drawable with built-in shadow for compatibility with API levels below 21.
parent
bc15722070
commit
d3e7126ff0
After Width: | Height: | Size: 413 B |
@ -1,6 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
android:shape="rectangle"> |
|
||||||
<solid android:color="@color/color_background_dark" /> |
|
||||||
<corners android:radius="3dp" /> |
|
||||||
</shape> |
|
After Width: | Height: | Size: 421 B |
@ -1,6 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
android:shape="rectangle"> |
|
||||||
<solid android:color="#ffefefef" /> |
|
||||||
<corners android:radius="2dp" /> |
|
||||||
</shape> |
|
Loading…
Reference in new issue