Merge "Make account preference icons bigger." into oc-dr1-dev
This commit is contained in:
@@ -72,7 +72,6 @@ public class AccountTypePreference extends Preference implements OnPreferenceCli
|
|||||||
String titleResPackageName, int titleResId, CharSequence summary, String fragment,
|
String titleResPackageName, int titleResId, CharSequence summary, String fragment,
|
||||||
Bundle fragmentArguments, Drawable icon) {
|
Bundle fragmentArguments, Drawable icon) {
|
||||||
super(context);
|
super(context);
|
||||||
setLayoutResource(R.layout.preference_small_icon);
|
|
||||||
mTitle = account.name;
|
mTitle = account.name;
|
||||||
mTitleResPackageName = titleResPackageName;
|
mTitleResPackageName = titleResPackageName;
|
||||||
mTitleResId = titleResId;
|
mTitleResId = titleResId;
|
||||||
|
Reference in New Issue
Block a user