mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-18 11:29:15 +01:00
13 lines
495 B
XML
13 lines
495 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:id="@+id/text_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginHorizontal="16dp"
|
|
android:layout_marginVertical="8dp"
|
|
android:textAlignment="viewStart"
|
|
android:textAppearance="@style/SectionTitle"
|
|
android:textSize="18sp"
|
|
tools:text="NSP" />
|