mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 20:15:21 +00:00
8 lines
298 B
XML
8 lines
298 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="#ffffff" />
|
|
<stroke android:width="2dp" android:color="#ffffff" />
|
|
<padding android:left="2dp" android:top="2dp" android:right="2dp"
|
|
android:bottom="2dp" />
|
|
</shape>
|