Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading src/com/android/contacts/activities/ShowOrCreateActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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)) Loading Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading
src/com/android/contacts/activities/ShowOrCreateActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -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)) Loading