From 8779260fd8d984155e69649dc4663b28a1932a66 Mon Sep 17 00:00:00 2001 From: Edgar Wang Date: Sun, 3 Apr 2022 02:37:59 +0800 Subject: [PATCH] Update Spinner style of Print Settings to apply MN style - follow Button spec Bug: 221985589 Test: visual Change-Id: I584f8b228382674d94a068e701bd3b0419839403 --- res/layout/spinner_view.xml | 13 +++++------ res/layout/user_preference.xml | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 7 deletions(-) create mode 100644 res/layout/user_preference.xml diff --git a/res/layout/spinner_view.xml b/res/layout/spinner_view.xml index 8ab35163ab1..2c02299d2ea 100644 --- a/res/layout/spinner_view.xml +++ b/res/layout/spinner_view.xml @@ -15,10 +15,9 @@ --> + android:id="@+id/profile_spinner" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:paddingStart="@dimen/user_spinner_padding" + android:layout_marginStart="?android:attr/listPreferredItemPaddingStart" + android:layout_centerVertical="true"/> \ No newline at end of file diff --git a/res/layout/user_preference.xml b/res/layout/user_preference.xml new file mode 100644 index 00000000000..2b80bb78c55 --- /dev/null +++ b/res/layout/user_preference.xml @@ -0,0 +1,41 @@ + + + + + + + + + +