|
|
@ -141,6 +141,7 @@ class EditHabitActivity : AppCompatActivity() {
|
|
|
|
binding.unitOuterBox.visibility = View.GONE
|
|
|
|
binding.unitOuterBox.visibility = View.GONE
|
|
|
|
binding.targetOuterBox.visibility = View.GONE
|
|
|
|
binding.targetOuterBox.visibility = View.GONE
|
|
|
|
binding.targetTypeOuterBox.visibility = View.GONE
|
|
|
|
binding.targetTypeOuterBox.visibility = View.GONE
|
|
|
|
|
|
|
|
binding.incrementOuterBox.visibility = View.GONE
|
|
|
|
}
|
|
|
|
}
|
|
|
|
HabitType.NUMERICAL -> {
|
|
|
|
HabitType.NUMERICAL -> {
|
|
|
|
binding.nameInput.hint = getString(R.string.measurable_short_example)
|
|
|
|
binding.nameInput.hint = getString(R.string.measurable_short_example)
|
|
|
|