2015-11-13 16:56:35 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
2015-11-16 00:48:18 +01:00
|
|
|
android:gravity="center_vertical">
|
2015-11-13 16:56:35 +01:00
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:id="@+id/simple_item_text"
|
|
|
|
|
android:textAppearance="@android:style/TextAppearance.Medium"
|
2015-11-16 00:48:18 +01:00
|
|
|
android:padding="8dp"
|
2015-11-13 16:56:35 +01:00
|
|
|
tools:text="itemtext" />
|
|
|
|
|
</LinearLayout>
|