Adds some TODOs.

This commit is contained in:
Tom Hicks
2021-06-25 23:32:54 -07:00
parent 656bf3e5c5
commit a59e9d438a
5 changed files with 8 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<!-- // TODO: Make this a stepper instead of a text field -->
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -38,6 +39,7 @@
android:text="@string/label_has_a_shield"
android:textSize="20sp" />
<!-- // TODO: Make this a stepper instead of a text field -->
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -68,4 +70,4 @@
tools:text="John Doe" />
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
</ScrollView>
</ScrollView>