|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
|
3 | | -<org.wordpress.aztec.source.SourceViewEditText |
| 3 | +<ScrollView |
4 | 4 | xmlns:android="http://schemas.android.com/apk/res/android" |
5 | | - xmlns:aztec="http://schemas.android.com/apk/res-auto" |
6 | | - android:id="@+id/source" |
7 | | - android:layout_width="match_parent" |
8 | | - android:layout_height="wrap_content" |
9 | | - android:gravity="top|start" |
10 | | - android:inputType="textNoSuggestions|textMultiLine" |
11 | | - android:layout_marginLeft="24dp" |
12 | | - android:layout_marginRight="24dp" |
13 | | - android:layout_marginStart="24dp" |
14 | | - android:layout_marginEnd="24dp" |
15 | | - android:layout_marginTop="24dp" |
16 | | - android:padding="16dp" |
17 | | - android:scrollbars="vertical" |
18 | | - android:scrollbarStyle="outsideOverlay" |
19 | | - android:textSize="14sp" |
20 | | - android:imeOptions="flagNoExtractUi" |
21 | | - aztec:codeDialog="true" > |
22 | | -</org.wordpress.aztec.source.SourceViewEditText> |
| 5 | + android:layout_height="match_parent" |
| 6 | + android:layout_width="match_parent" > |
| 7 | + |
| 8 | + <org.wordpress.aztec.source.SourceViewEditText |
| 9 | + xmlns:aztec="http://schemas.android.com/apk/res-auto" |
| 10 | + android:id="@+id/source" |
| 11 | + android:gravity="top|start" |
| 12 | + android:imeOptions="flagNoExtractUi" |
| 13 | + android:inputType="textNoSuggestions|textMultiLine" |
| 14 | + android:layout_height="wrap_content" |
| 15 | + android:layout_width="match_parent" |
| 16 | + android:padding="@dimen/margin_large" |
| 17 | + android:scrollbars="vertical" |
| 18 | + android:scrollbarStyle="outsideOverlay" |
| 19 | + android:textSize="@dimen/text_dialog" |
| 20 | + aztec:codeDialog="true" > |
| 21 | + </org.wordpress.aztec.source.SourceViewEditText> |
| 22 | + |
| 23 | +</ScrollView> |
0 commit comments