Sha256: 0cfae51022a2ac4b933b60e21d3d6573053cac16eac7e8e8709adffc0b9975c2
Contents?: true
Size: 727 Bytes
Versions: 19
Compression:
Stored size: 727 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".main.MainActivity"> <androidx.fragment.app.FragmentContainerView android:id="@+id/main_nav_host" android:name="<%= package_name %>.main.MainSessionNavHostFragment" android:layout_width="match_parent" android:layout_height="match_parent" app:defaultNavHost="false" /> </androidx.constraintlayout.widget.ConstraintLayout>
Version data entries
19 entries across 19 versions & 1 rubygems