mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-22 19:27:22 +02:00
increase notes_view height to match_parent for easier clicking
This commit is contained in:
parent
dba8871459
commit
057e0adee8
@ -20,7 +20,7 @@
|
|||||||
<com.simplemobiletools.commons.views.MyEditText
|
<com.simplemobiletools.commons.views.MyEditText
|
||||||
android:id="@+id/notes_view"
|
android:id="@+id/notes_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:background="@null"
|
android:background="@null"
|
||||||
android:freezesText="true"
|
android:freezesText="true"
|
||||||
android:gravity="top"
|
android:gravity="top"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user