rewrite the layout to a viewpager split to contacts and favorites

This commit is contained in:
tibbi
2017-12-28 23:59:49 +01:00
parent 74064e57d5
commit 1e0d8f383d
11 changed files with 423 additions and 157 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<com.simplemobiletools.contacts.fragments.FavoritesFragment
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/favorites_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent">
</com.simplemobiletools.contacts.fragments.FavoritesFragment>