From a47c2b94facbd4007e29981388e2af0e5447e25c Mon Sep 17 00:00:00 2001 From: changbetty Date: Fri, 4 Jun 2021 16:17:45 +0800 Subject: [PATCH] Reordering the network provider UI for mobile and wifi network item - Reordering the UI option - Move the Mobile data network on the top - Add the divider back (ag/14716097) Bug: 189912933 Test: Manaul test Change-Id: I2ebb6429c3d4b5514e18e24f2953917254aa2048 --- res/xml/network_provider_settings.xml | 28 +++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/res/xml/network_provider_settings.xml b/res/xml/network_provider_settings.xml index c6d28317fe8..9e8befa4cb1 100644 --- a/res/xml/network_provider_settings.xml +++ b/res/xml/network_provider_settings.xml @@ -25,14 +25,16 @@ android:key="resetting_your_internet" android:title="@string/resetting_internet_text" android:selectable="false" - android:layout="@layout/resetting_internet"/> + android:layout="@layout/resetting_internet" + settings:allowDividerBelow="true"/> + android:layout="@layout/airplane_mode_message_preference" + settings:allowDividerBelow="true"/> - - + + + + @@ -58,16 +67,11 @@ android:key="access_points" android:layout="@layout/preference_category_no_label"/> - -