aa01480556259cf185e15f69bd4e7d711db6b752
[Sunshine.git] / app / src / main / res / layout / list_item_forecast.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:orientation="vertical" android:layout_width="match_parent"
5 android:layout_height="match_parent">
6
7 <TextView
8 android:layout_width="match_parent"
9 android:layout_height="wrap_content"
10 android:id="@+id/list_item_forecast_textview"
11 android:minHeight="?android:attr/listPreferredItemHeight"
12 android:layout_gravity="center_vertical" />
13 </LinearLayout>