mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
rewrite the layout to a viewpager split to contacts and favorites
This commit is contained in:
8
app/src/main/res/layout/fragment_favorites.xml
Normal file
8
app/src/main/res/layout/fragment_favorites.xml
Normal 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>
|
Reference in New Issue
Block a user