Files
arcanechat-android/res/drawable/sticky_date_header_background_dark.xml
T
B. Petersen b1a00a03d2 Initial commit 🌱
2018-08-14 17:20:46 +02:00

8 lines
236 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="4dp" />
<solid android:color="@color/core_dark_85" />
</shape>