Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 302166c0 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Holo styling and metrics; holo spinners"

parents 5b9895c0 89edde3e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
    }

+1 −1
Original line number Diff line number Diff line
@@ -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;
+522 B
Loading image diff...
+527 B
Loading image diff...
+508 B
Loading image diff...
Loading