tachiyomi/app/src/main/res/drawable/draggable_pill.xml
Jay 5454b74685 "Mat Spinner" for title in library list mode
and spinners for category headers
Also filter sheet is now hidable
Always showing labels on tabs
2020-02-25 22:55:25 -08:00

9 lines
306 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:height="4dp"
android:width="50dp"/>
<corners android:radius="20dp" />
<solid android:color="?attr/actionBarTintColor"/>
</shape>