mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-02-11 01:58:57 +01:00
![Jay](/assets/img/avatar_default.png)
and spinners for category headers Also filter sheet is now hidable Always showing labels on tabs
9 lines
306 B
XML
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> |