mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-19 09:31:47 +00:00
replies
This commit is contained in:
6
res/drawable/quote_background.xml
Normal file
6
res/drawable/quote_background.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/gray5"/>
|
||||
<stroke android:color="@color/gray10" android:width="1dp"/>
|
||||
<corners android:radius="5dp" />
|
||||
</shape>
|
9
res/drawable/quote_bar.xml
Normal file
9
res/drawable/quote_bar.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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"/>
|
||||
<stroke android:color="@color/transparent"/>
|
||||
<corners android:topLeftRadius="5dp" android:bottomLeftRadius="5dp"/>
|
||||
|
||||
</shape>
|
Reference in New Issue
Block a user