mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
adding a Favorites tab
This commit is contained in:
9
app/src/main/res/layout/fragment_favorites.xml
Normal file
9
app/src/main/res/layout/fragment_favorites.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.simplemobiletools.dialer.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">
|
||||
|
||||
<include layout="@layout/fragment_letters_layout" />
|
||||
|
||||
</com.simplemobiletools.dialer.fragments.FavoritesFragment>
|
Reference in New Issue
Block a user