From fe4fcb40190984b089d41e8fe5f8b46bfac3cd73 Mon Sep 17 00:00:00 2001 From: Weng Su Date: Thu, 14 Apr 2022 03:37:06 +0800 Subject: [PATCH] Add 2 pixels to top of Advanced Options component - Hide the edges of text appearing as a quick fix suggested by the UX team. - See the result screenshot in b/218307103#comment18 Bug: 218307103 Test: manual test by pixel device Change-Id: I11bfdf57ff4d57786e40f49ad747a35efe2bb207 --- res/layout/wifi_dialog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/wifi_dialog.xml b/res/layout/wifi_dialog.xml index 6f83e5cd1ee..b2cdbc9b048 100644 --- a/res/layout/wifi_dialog.xml +++ b/res/layout/wifi_dialog.xml @@ -353,6 +353,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/wifi_item" + android:paddingTop="2dp" android:paddingBottom="4dp" android:importantForAccessibility="no" android:visibility="gone">