Files
AndroidJava/dash-wallet/wallet/res/layout/fragment_contacts_root.xml
T
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

25 lines
705 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<include
android:id="@+id/app_bar"
layout="@layout/app_bar_general"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include
android:id="@+id/contact_list"
layout="@layout/contacts_list_layout" />
</FrameLayout>
</LinearLayout>