mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 21:22:15 +01:00
5 lines
268 B
XML
5 lines
268 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<stroke android:color="@color/signal_inverse_transparent_20" android:width="0.33dp" />
|
|
<corners android:radius="8dp" />
|
|
</shape> |