mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-17 13:29:19 +01:00
696ebde527
This update took way way too long to create. However, it was worthwhile. :)
18 lines
609 B
XML
18 lines
609 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:clickable="false"
|
|
android:padding="12dp">
|
|
|
|
<TextView
|
|
android:id="@+id/text_title"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/colorPrimary"
|
|
android:textSize="13sp"
|
|
android:layout_marginTop="2dp"
|
|
android:layout_marginStart="5dp"/>
|
|
|
|
</RelativeLayout> |