add a couple view IDs
This commit is contained in:
parent
6309d9c48b
commit
8ee46f6bac
|
@ -15,6 +15,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/january_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -30,6 +31,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/february_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -44,6 +46,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/march_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -61,6 +64,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/april_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -75,6 +79,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/may_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -90,6 +95,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/june_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -107,6 +113,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/july_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -121,6 +128,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/august_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -135,6 +143,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/september_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -152,6 +161,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/october_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -166,6 +176,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/november_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
@ -180,6 +191,7 @@
|
|||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/december_label"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
|
|
Loading…
Reference in New Issue