Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Commit e9f367e

Browse files
author
Lyla
committed
1.02 Add list item forecast layout
1 parent 99486e9 commit e9f367e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
4+
android:layout_width="match_parent"
5+
android:layout_height="wrap_content"
6+
android:minHeight="?android:attr/listPreferredItemHeight"
7+
android:gravity="center_vertical"
8+
android:id="@+id/list_item_forecast_textview" />

0 commit comments

Comments
 (0)