Signal-Android/res/drawable/sticky_date_header_backgrou...

8 wiersze
236 B
XML
Czysty Zwykły widok Historia

2018-06-26 17:27:44 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="4dp" />
2018-09-21 22:16:52 +00:00
<solid android:color="@color/core_grey_90" />
2018-06-26 17:27:44 +00:00
</shape>