16 lines
626 B
XML
16 lines
626 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/text"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="56dp"
|
|
android:gravity="center_vertical|start"
|
|
android:paddingTop="16dp"
|
|
android:paddingBottom="16dp"
|
|
android:paddingEnd="32dp"
|
|
android:paddingStart="32dp"
|
|
android:focusable="true"
|
|
android:clickable="true"
|
|
android:textAlignment="viewStart"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:textColor="@color/colorPrimaryText"
|
|
style="@style/AnotherWidget.Settings.Title"/> |