Brion VIBBER has submitted this change and it was merged.

Change subject: Make sure that captcha is not hidden by preview window
......................................................................


Make sure that captcha is not hidden by preview window

Change-Id: I393b157548165a944e11ccebcbe9fcdc946888d6
---
M wikipedia/res/layout/activity_edit_section.xml
1 file changed, 15 insertions(+), 14 deletions(-)

Approvals:
  Brion VIBBER: Verified; Looks good to me, approved



diff --git a/wikipedia/res/layout/activity_edit_section.xml 
b/wikipedia/res/layout/activity_edit_section.xml
index dc00df5..57e907a 100644
--- a/wikipedia/res/layout/activity_edit_section.xml
+++ b/wikipedia/res/layout/activity_edit_section.xml
@@ -45,6 +45,21 @@
                 />
     </LinearLayout>
 
+    <LinearLayout
+            android:layout_width="match_parent"
+            android:layout_height="match_parent"
+            android:id="@+id/edit_section_preview_container"
+            android:orientation="vertical"
+            >
+        <fragment android:layout_width="match_parent"
+                  android:layout_height="0dp"
+                  android:layout_weight="1"
+                  android:id="@+id/edit_section_preview_fragment"
+                  class="org.wikipedia.editing.EditPreviewFragment"
+                />
+        <include layout="@layout/group_edit_summary" />
+    </LinearLayout>
+
     <include layout="@layout/group_captcha" />
 
     <ScrollView android:layout_width="match_parent"
@@ -78,19 +93,5 @@
         </LinearLayout>
     </ScrollView>
 
-    <LinearLayout
-            android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:id="@+id/edit_section_preview_container"
-            android:orientation="vertical"
-            >
-        <fragment android:layout_width="match_parent"
-                  android:layout_height="0dp"
-                  android:layout_weight="1"
-                  android:id="@+id/edit_section_preview_fragment"
-                  class="org.wikipedia.editing.EditPreviewFragment"
-                />
-        <include layout="@layout/group_edit_summary" />
-    </LinearLayout>
     <include layout="@layout/group_edit_save_options"/>
 </FrameLayout>

-- 
To view, visit https://gerrit.wikimedia.org/r/127420
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I393b157548165a944e11ccebcbe9fcdc946888d6
Gerrit-PatchSet: 2
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>
Gerrit-Reviewer: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to