Merge "Make preference title align after icon" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d573f1d19e
@@ -89,7 +89,7 @@ public class VerifiedLinksPreference extends TwoTargetPreference {
|
||||
CheckBox checkBox = (CheckBox) view.findViewById(com.android.internal.R.id.checkbox);
|
||||
if (checkBox != null) {
|
||||
checkBox.setChecked(true);
|
||||
checkBox.setVisibility(mShowCheckBox ? View.VISIBLE : View.INVISIBLE);
|
||||
checkboxContainer.setVisibility(mShowCheckBox ? View.VISIBLE : View.GONE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user