mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-02 06:25:25 +00:00
14 lines
499 B
XML
14 lines
499 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="48dp"
|
|
android:gravity="center_vertical"
|
|
android:paddingStart="16dp"
|
|
android:textAllCaps="true"
|
|
android:textColor="?android:colorAccent"
|
|
android:background="@android:color/transparent"
|
|
android:textSize="16sp"
|
|
android:id="@+id/section_text"
|
|
android:textStyle="bold"
|
|
android:maxLines="1" /> |