[android] Re-factor TextInputViews

This commit is contained in:
Torsten Grote
2018-12-03 11:52:39 -02:00
parent f536cfdab8
commit 8fe49d9961
27 changed files with 416 additions and 266 deletions

View File

@@ -118,6 +118,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_large"
android:visibility="gone"
app:allowEmptyText="true"
app:buttonText="@string/introduction_button"
app:hint="@string/introduction_message_hint"
app:layout_constraintBottom_toBottomOf="parent"