mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-21 07:51:46 +02:00
Set labelFor
This commit is contained in:
@@ -57,9 +57,9 @@
|
|||||||
android:weightSum="100">
|
android:weightSum="100">
|
||||||
|
|
||||||
<lecho.lib.hellocharts.view.PieChartView
|
<lecho.lib.hellocharts.view.PieChartView
|
||||||
android:id="@+id/pieChartLast"
|
android:id="@+id/pieChartLast"
|
||||||
android:layout_width="300dp"
|
android:layout_width="300dp"
|
||||||
android:layout_height="200dp"
|
android:layout_height="200dp"
|
||||||
android:measureWithLargestChild="false"
|
android:measureWithLargestChild="false"
|
||||||
android:layout_weight="30" />
|
android:layout_weight="30" />
|
||||||
|
|
||||||
|
@@ -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