mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-25 02:55:23 +00:00
fa99e8f0d0
All UI components are now properly styled and functioning according to spec.
6 lines
317 B
XML
6 lines
317 B
XML
<?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/grey_400_transparent" android:width="@dimen/quote_outline_width"/>
|
|
<corners android:radius="@dimen/quote_corner_radius" />
|
|
</shape> |