mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-22 08:13:43 +02:00
Set labelFor
This commit is contained in:
@@ -57,9 +57,9 @@
|
||||
android:weightSum="100">
|
||||
|
||||
<lecho.lib.hellocharts.view.PieChartView
|
||||
android:id="@+id/pieChartLast"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="200dp"
|
||||
android:id="@+id/pieChartLast"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="200dp"
|
||||
android:measureWithLargestChild="false"
|
||||
android:layout_weight="30" />
|
||||
|
||||
|
@@ -163,6 +163,7 @@
|
||||
android:id="@+id/lblBirthday"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:labelFor="@id/txtBirthday"
|
||||
android:text="@string/label_birthday" />
|
||||
|
||||
<EditText
|
||||
@@ -225,6 +226,7 @@
|
||||
android:id="@+id/lblGoalDate"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:labelFor="@id/txtGoalDate"
|
||||
android:text="@string/label_goal_date" />
|
||||
|
||||
<EditText
|
||||
|
Reference in New Issue
Block a user