mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
d9b42c4369
// FREEBIE
7 lines
318 B
XML
7 lines
318 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
|
<solid android:color="@color/white"/>
|
|
|
|
<corners android:radius="65dp"/>
|
|
<padding android:bottom="15dp" android:left="15dp" android:right="15dp" android:top="15dp"/>
|
|
</shape> |