Update RadioButtonPreference widget layout

- Adjust widget padding
 Screenshots:
   https://screenshot.googleplex.com/92NGNQa8pqrqns7.png
   https://screenshot.googleplex.com/BpcrhseYHMRxtn9.png
   https://screenshot.googleplex.com/ATmVmgiKV3CLYQH.png

Bug: 187778673
Test: atest RadioButtonPreferenceTest
Change-Id: I060489ccb875f3820d486b52795b313cb6ff9db2
This commit is contained in:
Wesley.CW Wang
2021-05-13 17:52:46 +08:00
committed by Wesley Wang
parent 06e019f0f7
commit 1c2f944a76

View File

@@ -29,9 +29,9 @@
android:id="@android:id/widget_frame"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:paddingHorizontal="20dp"
android:gravity="center"
android:minWidth="56dp"
android:layout_marginEnd="16dp"
android:orientation="vertical"/>
<LinearLayout