mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 19:15:06 +01:00
19 lines
600 B
XML
19 lines
600 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:id="@+id/title"
|
|
style="@style/TextAppearance.MaterialComponents.Caption"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="8dp"
|
|
android:paddingBottom="8dp"
|
|
android:paddingStart="12dp"
|
|
tools:text="Title" />
|
|
|
|
</FrameLayout>
|