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

Commit 53e4201f authored by Brian Attwell's avatar Brian Attwell
Browse files

Use Material theme for ShowOrCreateActivity dialog

Bug: 16823509
Change-Id: I96ec9d0f01bf65c3abe06bd5146242e4a0f2bd97
parent b44a16a8
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))