mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-18 18:39:18 +01:00
14 lines
588 B
XML
14 lines
588 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"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginBottom="16dp"
|
|
android:paddingStart="72dp"
|
|
android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
|
|
android:textAlignment="viewStart"
|
|
android:textAppearance="@style/TextAppearance.AppCompat.Body2"
|
|
android:textColor="?attr/colorAccent"
|
|
tools:text="Header" />
|