create a new activity for handling ACTION_INSERT_OR_EDIT intent

This commit is contained in:
tibbi
2018-09-26 10:11:13 +02:00
parent 282594c125
commit eb914ddfdf
4 changed files with 42 additions and 11 deletions

View 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>