11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"-->
3- <!-- xmlns:aztec="http://schemas.android.com/apk/res-auto"-->
4- <!-- android:orientation="vertical"-->
5- <!-- android:layout_width="match_parent"-->
6- <!-- android:layout_height="match_parent"-->
7- <!-- android:fillViewport="true">-->
2+
3+ <ScrollView
4+ xmlns : android =" http://schemas.android.com/apk/res/android"
5+ android : layout_height =" match_parent"
6+ android : layout_width =" match_parent" >
87
98 <org .wordpress.aztec.source.SourceViewEditText
10- xmlns : android =" http://schemas.android.com/apk/res/android"
119 xmlns : aztec =" http://schemas.android.com/apk/res-auto"
1210 android : id =" @+id/source"
13- android : layout_width =" match_parent"
14- android : layout_height =" wrap_content"
1511 android : gravity =" top|start"
12+ android : imeOptions =" flagNoExtractUi"
1613 android : inputType =" textNoSuggestions|textMultiLine"
17- android : layout_marginLeft =" 24dp"
18- android : layout_marginRight =" 24dp"
19- android : layout_marginStart =" 24dp"
20- android : layout_marginEnd =" 24dp"
21- android : layout_marginTop =" 24dp"
22- android : padding =" 16dp"
14+ android : layout_height =" wrap_content"
15+ android : layout_width =" match_parent"
16+ android : padding =" @dimen/margin_large"
2317 android : scrollbars =" vertical"
24- android : background =" @drawable/background_block_editor"
2518 android : scrollbarStyle =" outsideOverlay"
26- android : textSize =" 14sp "
27- android : imeOptions = " flagNoExtractUi "
28- aztec : codeTextColor = " @android:color/white " / >
19+ android : textSize =" @dimen/text_dialog "
20+ aztec : codeDialog = " true " >
21+ </ org .wordpress.aztec.source.SourceViewEditText >
2922
30- <!-- < /ScrollView> -- >
23+ </ScrollView >
0 commit comments