mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-03 07:01:05 +01:00
5 lines
236 B
XML
5 lines
236 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="@color/transparent_black_80" />
|
|
<corners android:radius="30dp" />
|
|
</shape> |