Holo styling and metrics; holo spinners

Change-Id: Ib6d80e5e1a79b7a4ff208df8dbc097e7b9228d13
This commit is contained in:
Adam Powell
2010-10-13 15:28:31 -07:00
parent 7ffe05227e
commit 89edde3efa
49 changed files with 133 additions and 17 deletions

View File

@@ -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;
}

View File

@@ -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;