Refactorings
package quickcontact:
- Newly created. Contains all quickcontact related files
package editor:
- Renamed GenericEditorView to FieldEditorView
- Renamed *ContactEditorView to *RawContactEditorView
Change-Id: I43c1bd4184f8423e1ab3b81339d512bde46cfea9
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6a478ce..1dc0235 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -316,7 +316,7 @@
android:theme="@style/CustomContactListFilterTheme" />
<activity
- android:name=".ui.ShowOrCreateActivity"
+ android:name=".activities.ShowOrCreateActivity"
android:theme="@style/FullyTranslucent">
<intent-filter>
@@ -330,7 +330,7 @@
<!-- Used to show QuickContact window over a translucent activity, which is a
temporary hack until we add better framework support. -->
<activity
- android:name=".ui.QuickContactActivity"
+ android:name=".quickcontact.QuickContactActivity"
android:theme="@style/FullyTranslucent.QuickContact"
android:launchMode="singleTop"
android:excludeFromRecents="true"