OsmAnd/OsmAnd/res/layout/list_textview.xml

12 lines
540 B
XML
Raw Normal View History

<?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/textView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textColor="?android:textColorPrimary"
android:textSize="@dimen/default_list_text_size_large"
android:textStyle="bold"
android:gravity="center_vertical"
tools:text="@string/lorem_ipsum"/>