Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

fix: show the description editText to make it possible to save tasks #146

Open
wants to merge 1 commit into
base: end_codelab_3
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/src/main/res/layout/addtask_frag.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

<EditText
android:id="@+id/add_task_title_edit_text"
android:background="@null"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/title_hint"
Expand All @@ -66,7 +65,6 @@

<EditText
android:id="@+id/add_task_description_edit_text"
android:background="@null"
android:layout_width="match_parent"
android:layout_height="150dp"
android:gravity="top"
Expand Down