Signal-Android/app/src/main/res/layout/chat_wallpaper_activity.xml

11 lines
513 B
XML
Raw Normal View History

2021-01-12 14:28:52 -04:00
<?xml version="1.0" encoding="utf-8"?>
2021-05-03 11:34:41 -03:00
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
2022-08-09 13:29:04 -03:00
xmlns:tools="http://schemas.android.com/tools"
tools:viewBindingIgnore="true"
2021-01-12 14:28:52 -04:00
xmlns:app="http://schemas.android.com/apk/res-auto"
2021-05-03 11:34:41 -03:00
android:id="@+id/nav_host_fragment"
android:name="androidx.navigation.fragment.NavHostFragment"
2021-01-12 14:28:52 -04:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2021-05-03 11:34:41 -03:00
app:defaultNavHost="true"
app:navGraph="@navigation/chat_wallpaper" />