mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 14:05:08 +01:00
14 lines
535 B
XML
14 lines
535 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:maxLines="1"
|
|
android:ellipsize="end"
|
|
android:gravity="start"
|
|
android:textSize="20sp"
|
|
android:textColor="?attr/actionBarTintColor"
|
|
tools:text="Title"
|
|
tools:background="?attr/colorPrimary"/> |