I don't know what I'm doing :D
This commit is contained in:
@@ -9,12 +9,15 @@
|
||||
android:id="@+id/checkBox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@null"/>
|
||||
android:text="@null">
|
||||
</CheckBox>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/textView"
|
||||
android:inputType="text"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/task_hint"/>
|
||||
android:hint="@string/task_hint">
|
||||
</EditText>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user