Holo styling and metrics; holo spinners
Change-Id: Ib6d80e5e1a79b7a4ff208df8dbc097e7b9228d13
This commit is contained in:
@@ -78,7 +78,6 @@ public class AlertDialog extends Dialog implements DialogInterface {
|
||||
TypedValue outValue = new TypedValue();
|
||||
context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogTheme,
|
||||
outValue, true);
|
||||
Log.d("AlertDialog", "getDefaultDialogTheme data " + outValue.data + " id " + outValue.resourceId);
|
||||
return outValue.resourceId;
|
||||
}
|
||||
|
||||
|
||||
@@ -351,7 +351,7 @@ public class ActionBarView extends ViewGroup {
|
||||
break;
|
||||
case ActionBar.NAVIGATION_MODE_DROPDOWN_LIST:
|
||||
mSpinner = new Spinner(mContext, null,
|
||||
com.android.internal.R.attr.dropDownSpinnerStyle);
|
||||
com.android.internal.R.attr.actionDropDownStyle);
|
||||
mSpinner.setOnItemSelectedListener(mNavItemSelectedListener);
|
||||
addView(mSpinner);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user