Feature collection #19

Open
mwarning wants to merge 28 commits from mwarning/luna-tracker:bottle_time into master
34 changed files with 2346 additions and 620 deletions
Showing only changes of commit d76f5cf2ce - Show all commits

View File

@@ -272,6 +272,9 @@ class MainActivity : AppCompatActivity() {
numberPicker.wrapSelectorWheel = false
numberPicker.value = event.quantity / 10
val numberPickerUnit = dialogView.findViewById<TextView>(R.id.dialog_number_picker_unit)
numberPickerUnit.text = NumericUtils(this).measurement_unit_liquid_base
val dateTV = dialogView.findViewById<TextView>(R.id.dialog_date_picker)
val pickedTime = dateTimePicker(event.time, dateTV)

View File

@@ -18,6 +18,7 @@
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/dialog_number_picker_unit"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"