populating the main viewpager and top tabs

This commit is contained in:
tibbi
2020-05-06 22:50:07 +02:00
parent 654570f258
commit c7be9a2f2c
7 changed files with 174 additions and 7 deletions

View File

@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<com.simplemobiletools.contacts.pro.fragments.ContactsFragment
xmlns:android="http://schemas.android.com/apk/res/android"
<com.simplemobiletools.dialer.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"/>
<include layout="@layout/fragment_letters_layout" />
</com.simplemobiletools.contacts.pro.fragments.ContactsFragment>
</com.simplemobiletools.dialer.fragments.ContactsFragment>