2010-06-16 17:05:06 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2014-11-17 16:25:17 +01:00
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-10-30 18:15:54 +01:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/textView"
|
2015-11-02 10:05:35 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2015-10-30 18:15:54 +01:00
|
|
|
android:textColor="?android:textColorPrimary"
|
|
|
|
android:textSize="@dimen/default_list_text_size_large"
|
|
|
|
android:textStyle="bold"
|
2015-11-02 10:05:35 +01:00
|
|
|
android:gravity="center_vertical"
|
2015-10-30 18:15:54 +01:00
|
|
|
tools:text="@string/lorem_ipsum"/>
|