mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
create a new activity for handling ACTION_INSERT_OR_EDIT intent
This commit is contained in:
8
app/src/main/res/layout/activity_insert_edit_contact.xml
Normal file
8
app/src/main/res/layout/activity_insert_edit_contact.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/insert_edit_contact_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user