another-widget/app/src/main/res/layout/custom_location_item.xml
2017-10-20 12:30:28 +02:00

9 lines
398 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
android:gravity="center_vertical"
android:padding="16dp"
android:textColor="@android:color/black"
style="@style/AnotherWidget.Settings.Title"/>