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

Commit 89edde3e authored by Adam Powell's avatar Adam Powell
Browse files

Holo styling and metrics; holo spinners

Change-Id: Ib6d80e5e1a79b7a4ff208df8dbc097e7b9228d13
parent 7ffe0522
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