Skip to content
Snippets Groups Projects
Commit 8b1d8af4 authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Remove background from EditText

parent ec4b9017
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -23,12 +23,13 @@
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"
android:layout_weight="1"
android:hint="@string/new_note_hint"
android:imeOptions="actionNone"
android:inputType="textCapSentences|textAutoCorrect|textMultiLine"
android:background="@null"
android:maxLines="4"/>
 
<android.support.design.widget.FloatingActionButton
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment