jenkins-bot has submitted this change and it was merged.

Change subject: Hygiene: make a couple margins RTL aware
......................................................................


Hygiene: make a couple margins RTL aware

Add missing layout_marginEnd to layout_marginRight attributes as
identified by Android Lint.

Change-Id: I4f8d18b68c5a120835edc7f2bcb880a3c398b80e
---
M app/src/main/res/layout/activity_page.xml
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  Mholloway: Looks good to me, but someone else must approve
  Dbrant: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/app/src/main/res/layout/activity_page.xml 
b/app/src/main/res/layout/activity_page.xml
index 50d8650..39f23e8 100644
--- a/app/src/main/res/layout/activity_page.xml
+++ b/app/src/main/res/layout/activity_page.xml
@@ -72,6 +72,7 @@
                             android:layout_width="match_parent"
                             android:layout_height="36dp"
                             android:layout_marginRight="4dp"
+                            android:layout_marginEnd="4dp"
                             android:gravity="center_vertical"
                             android:text="@string/search_hint"
                             android:textColor="@android:color/white"
@@ -94,6 +95,7 @@
                             android:orientation="horizontal"
                             android:layout_gravity="center_vertical"
                             android:layout_marginRight="4dp"
+                            android:layout_marginEnd="4dp"
                             style="@style/AppTheme.SearchViewStyle"
                             android:visibility="gone">
                             <org.wikipedia.views.CabSearchView

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I4f8d18b68c5a120835edc7f2bcb880a3c398b80e
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to