| | |
| | | <TextView |
| | | android:id="@+id/day_tv" |
| | | style="@style/Text14Style" |
| | | android:layout_width="86dp" |
| | | android:layout_width="85dp" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center" |
| | | android:text="@string/day" /> |
| | |
| | | <TextView |
| | | android:id="@+id/month_tv" |
| | | style="@style/Text14Style" |
| | | android:layout_width="86dp" |
| | | android:layout_width="85dp" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center" |
| | | android:text="@string/month" /> |
| | |
| | | <TextView |
| | | android:id="@+id/year_tv" |
| | | style="@style/Text14Style" |
| | | android:layout_width="86dp" |
| | | android:layout_width="85dp" |
| | | android:layout_height="match_parent" |
| | | android:gravity="center" |
| | | android:text="@string/year" /> |