mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 17:25:06 +01:00
09bb216cda
Using coroutine for notifcation job Now setting a badge beside extension in drawer to signify updates, this is updated every hour or when the api is hit
14 lines
581 B
XML
14 lines
581 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
|
android:background="@drawable/round_textview_background"
|
|
android:textColor="#FFFFFF"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginBottom="12dp"
|
|
android:textStyle="bold"
|
|
android:layout_marginStart="12dp"
|
|
android:paddingStart="4dp"
|
|
android:paddingEnd="4dp"/> |