mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 18:30:20 +01:00
12 lines
283 B
XML
12 lines
283 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<corners android:radius="5dp" />
|
|
|
|
<stroke
|
|
android:width="1px"
|
|
android:color="@color/transparent_white_30" />
|
|
|
|
</shape> |