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