mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 15:15:06 +01:00
15 lines
625 B
XML
15 lines
625 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/textView"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:gravity="center"
|
||
|
android:textAppearance="@style/TextAppearance.MaterialComponents.Caption"
|
||
|
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="10dp"
|
||
|
android:paddingEnd="10dp"/>
|