mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-21 07:51:46 +02:00
Set labelFor
This commit is contained in:
@@ -163,6 +163,7 @@
|
|||||||
android:id="@+id/lblBirthday"
|
android:id="@+id/lblBirthday"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:labelFor="@id/txtBirthday"
|
||||||
android:text="@string/label_birthday" />
|
android:text="@string/label_birthday" />
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
@@ -225,6 +226,7 @@
|
|||||||
android:id="@+id/lblGoalDate"
|
android:id="@+id/lblGoalDate"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
android:labelFor="@id/txtGoalDate"
|
||||||
android:text="@string/label_goal_date" />
|
android:text="@string/label_goal_date" />
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
|
Reference in New Issue
Block a user