mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 18:25:09 +01:00
11 lines
433 B
XML
11 lines
433 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<TextView
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
style="@style/TextAppearance.AppCompat.Widget.ActionBar.Title"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:gravity="start"
|
||
|
android:textSize="20sp"
|
||
|
tools:text="Title"
|
||
|
tools:background="?attr/colorPrimary"/>
|