Move these radio buttons to the left am: 2df5a0b322

am: 5dca83ce24

Change-Id: Ia3ec5eda8cfb59f2d2d97de9d369c180d438490c
This commit is contained in:
John Li
2018-04-08 22:45:07 -07:00
committed by android-build-merger
5 changed files with 117 additions and 13 deletions

View File

@@ -47,6 +47,8 @@ public class RadioButtonPreference extends CheckBoxPreference {
public RadioButtonPreference(Context context, AttributeSet attrs, int defStyle) {
super(context, attrs, defStyle);
setWidgetLayoutResource(R.layout.preference_widget_radiobutton);
setLayoutResource(R.layout.preference_radio);
setIconSpaceReserved(false);
}
public RadioButtonPreference(Context context, AttributeSet attrs) {