mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-21 02:37:26 +02:00
replace the relativelayout with a scrollview
This commit is contained in:
parent
c38a2bce10
commit
c312fdb379
@ -1,16 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<RelativeLayout
|
<ScrollView
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent">
|
||||||
android:padding="@dimen/activity_margin">
|
|
||||||
|
|
||||||
<EditText
|
<EditText
|
||||||
android:id="@+id/notes_view"
|
android:id="@+id/notes_view"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:background="@null"
|
android:background="@null"
|
||||||
android:gravity="top"
|
android:gravity="top"
|
||||||
android:scrollbars="vertical"/>
|
android:padding="@dimen/activity_margin"/>
|
||||||
|
|
||||||
</RelativeLayout>
|
</ScrollView>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user