adding some main screen viewpager related files

This commit is contained in:
tibbi
2020-05-06 22:28:40 +02:00
parent 5f04c6b8f3
commit 654570f258
9 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<com.simplemobiletools.contacts.pro.fragments.ContactsFragment
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/contacts_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/fragment_letters_layout"/>
</com.simplemobiletools.contacts.pro.fragments.ContactsFragment>