mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-21 13:18:35 +00:00
Support for stickers and scribbles
// FREEBIE
This commit is contained in:
6
res/drawable/vertical_separator.xml
Normal file
6
res/drawable/vertical_separator.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
<stroke android:width="1dp" android:color="@color/white" />
|
||||
<size android:width="2dp" />
|
||||
</shape>
|
Reference in New Issue
Block a user