Skip to content

Commit f200b66

Browse files
committed
Remove unnecessary comments
1 parent 24a53f0 commit f200b66

File tree

1 file changed

+20
-28
lines changed

1 file changed

+20
-28
lines changed
Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
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">-->
82

9-
<org.wordpress.aztec.source.SourceViewEditText
10-
xmlns:android="http://schemas.android.com/apk/res/android"
11-
xmlns:aztec="http://schemas.android.com/apk/res-auto"
12-
android:id="@+id/source"
13-
android:layout_width="match_parent"
14-
android:layout_height="wrap_content"
15-
android:gravity="top|start"
16-
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"
23-
android:scrollbars="vertical"
24-
android:scrollbarStyle="outsideOverlay"
25-
android:textSize="14sp"
26-
android:imeOptions="flagNoExtractUi"
27-
aztec:codeDialog="true" >
28-
</org.wordpress.aztec.source.SourceViewEditText>
29-
30-
<!--</ScrollView>-->
3+
<org.wordpress.aztec.source.SourceViewEditText
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>

0 commit comments

Comments
 (0)