9 lines
439 B
XML
9 lines
439 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:width="375dp" android:height="171dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#B3000000" />
|
|
<corners android:topLeftRadius="8dp" android:topRightRadius="8dp" android:bottomLeftRadius="0dp" android:bottomRightRadius="0dp" />
|
|
</shape>
|
|
</item>
|
|
</selector> |