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

Commit 954e744f authored by Brian Attwell's avatar Brian Attwell Committed by Android (Google) Code Review
Browse files

Merge "Use Material theme for ShowOrCreateActivity dialog" into lmp-mr1-dev

parents e4c2f549 53e4201f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@
        <activity
            android:name=".activities.ShowOrCreateActivity"
            android:label="@string/launcherActivityLabel"
            android:theme="@android:style/Theme.Translucent.NoTitleBar">
            android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar">

            <intent-filter>
                <action android:name="com.android.contacts.action.SHOW_OR_CREATE_CONTACT" />
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ public final class ShowOrCreateActivity extends ContactsActivity
                final CharSequence message = getResources().getString(
                        R.string.add_contact_dlg_message_fmt, mCreateDescrip);

                return new AlertDialog.Builder(this, AlertDialog.THEME_HOLO_LIGHT)
                return new AlertDialog.Builder(this)
                        .setMessage(message)
                        .setPositiveButton(android.R.string.ok,
                                new IntentClickListener(this, createIntent))