VancedManager/app/src/main/res/layout/view_preference_category.xml

10 lines
332 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/category_title"
style="@style/CardTextHeader"
android:layout_marginStart="12dp"
android:layout_marginTop="4dp"
tools:text="Manager" />