mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 15:11:42 +01:00
13 lines
285 B
XML
13 lines
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> |