13 lines
No EOL
285 B
XML
13 lines
No EOL
285 B
XML
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:dither="true"
|
|
android:shape="rectangle">
|
|
|
|
<corners android:radius="10dp" />
|
|
|
|
<solid android:color="#99000000" />
|
|
|
|
<size
|
|
android:width="50dp"
|
|
android:height="20dp" />
|
|
|
|
</shape> |