Removed default text.

This commit is contained in:
Nils Norman Haukås 2015-04-21 19:27:12 +02:00
parent 25be6f27f9
commit cae8e25922

View file

@ -8,7 +8,6 @@
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:id="@+id/list_item_title_textview"
android:text="@string/list_item_title_textview"
android:padding="10dp" />
<LinearLayout
@ -23,7 +22,6 @@
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:id="@+id/list_item_details_textview"
android:text="@string/list_item_details_textview"
android:paddingLeft="10dp"
android:layout_weight="1" />
@ -38,7 +36,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/list_item_category_textview"
android:id="@+id/list_item_category_textview" />
<TextView
@ -46,7 +43,6 @@
android:layout_height="match_parent"
android:textAppearance="?android:attr/textAppearanceMedium"
android:id="@+id/list_item_date_from_textview"
android:text="@string/list_item_date_from_textview"
android:padding="10dp"
android:gravity="center_vertical|right" />
@ -55,7 +51,6 @@
android:layout_height="match_parent"
android:textAppearance="?android:attr/textAppearanceMedium"
android:id="@+id/list_item_date_to_textview"
android:text="@string/list_item_date_to_textview"
android:padding="10dp"
android:gravity="center_vertical|right" />