|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | +<RelativeLayout |
| 3 | + xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 4 | xmlns:tools="http://schemas.android.com/tools" |
4 | 5 | android:id="@+id/note_Fragment_holder" |
5 | 6 | android:layout_width="match_parent" |
|
12 | 13 | android:fillViewport="true"> |
13 | 14 |
|
14 | 15 | <RelativeLayout |
15 | | - android:layout_width="match_parent" |
16 | 16 | android:id="@+id/notes_relative_layout" |
| 17 | + android:layout_width="match_parent" |
17 | 18 | android:layout_height="wrap_content"> |
18 | 19 |
|
19 | | - <com.simplemobiletools.commons.views.MyEditText |
20 | | - android:id="@+id/notes_view" |
21 | | - android:layout_width="match_parent" |
22 | | - android:layout_height="wrap_content" |
23 | | - android:background="@null" |
24 | | - android:freezesText="true" |
25 | | - android:gravity="top" |
26 | | - android:inputType="textCapSentences|textMultiLine" |
27 | | - android:padding="@dimen/activity_margin" |
28 | | - android:textCursorDrawable="@null"/> |
| 20 | + <com.simplemobiletools.commons.views.MyEditText |
| 21 | + android:id="@+id/notes_view" |
| 22 | + android:layout_width="match_parent" |
| 23 | + android:layout_height="wrap_content" |
| 24 | + android:background="@null" |
| 25 | + android:freezesText="true" |
| 26 | + android:gravity="top" |
| 27 | + android:inputType="textCapSentences|textMultiLine" |
| 28 | + android:padding="@dimen/activity_margin" |
| 29 | + android:textCursorDrawable="@null"/> |
29 | 30 |
|
30 | | - <TextView |
| 31 | + <com.simplemobiletools.commons.views.MyTextView |
31 | 32 | android:id="@+id/notes_counter" |
32 | 33 | android:layout_width="wrap_content" |
33 | 34 | android:layout_height="wrap_content" |
34 | | - android:textStyle="italic" |
35 | | - tools:text="123" |
36 | | - android:padding="5dp" |
37 | 35 | android:layout_alignParentBottom="true" |
38 | 36 | android:layout_alignParentEnd="true" |
39 | | - android:layout_alignParentRight="true" /> |
| 37 | + android:layout_alignParentRight="true" |
| 38 | + android:padding="@dimen/small_margin" |
| 39 | + android:textStyle="italic" |
| 40 | + tools:text="123"/> |
40 | 41 |
|
41 | 42 | </RelativeLayout> |
42 | | - |
43 | 43 | </ScrollView> |
44 | 44 | </RelativeLayout> |
0 commit comments