Jcasariego has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/351847 )

Change subject: Make on/offline toggle button could use a wider (48dp) touch 
target
......................................................................

Make on/offline toggle button could use a wider (48dp) touch target

This patch make touch target use 48dp x 48dp in line with material design 
guidelines.

Bug: T163389
Change-Id: I42af73b0813045467164817800c404a2e705ffd5
---
M app/src/main/res/layout/item_page_list_entry.xml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/47/351847/1

diff --git a/app/src/main/res/layout/item_page_list_entry.xml 
b/app/src/main/res/layout/item_page_list_entry.xml
index 37e7b87..5eeaa65 100644
--- a/app/src/main/res/layout/item_page_list_entry.xml
+++ b/app/src/main/res/layout/item_page_list_entry.xml
@@ -110,8 +110,8 @@
 
         <ImageView
             android:id="@+id/page_list_item_action_button"
-            android:layout_width="40dp"
-            android:layout_height="40dp"
+            android:layout_width="48dp"
+            android:layout_height="48dp"
             android:padding="8dp"
             android:layout_gravity="center_vertical"
             android:clickable="true"

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I42af73b0813045467164817800c404a2e705ffd5
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Jcasariego <jorgek...@gmail.com>

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

Reply via email to