10 lines
396 B
XML
10 lines
396 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.simplemobiletools.contacts.pro.fragments.GroupsFragment
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/groups_fragment"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<include layout="@layout/fragment_layout"/>
|
|
|
|
</com.simplemobiletools.contacts.pro.fragments.GroupsFragment>
|