mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-10 15:12:07 +00:00
single contact selection
This commit is contained in:
8
res/drawable/thin_border.xml
Normal file
8
res/drawable/thin_border.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#00ffffff" />
|
||||
<stroke android:width="1px" android:color="#22000000" />
|
||||
<corners android:radius="4dp"/>
|
||||
<padding android:left="4dp" android:top="4dp" android:right="4dp" android:bottom="4dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user