mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-23 00:17:34 +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>
|