ldj/App1/obj/Release/120/res/layout/activity_main.xml

1 line
1013 B
XML

<RelativeLayout android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android"><TextView android:id="@+id/message" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:layout_marginLeft="@dimen/activity_horizontal_margin" android:layout_marginStart="@dimen/activity_horizontal_margin" android:layout_marginTop="@dimen/activity_vertical_margin" android:text="@string/title_home" /><com.google.android.material.bottomnavigation.BottomNavigationView android:id="@+id/navigation" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="0dp" android:layout_marginStart="0dp" android:background="?android:attr/windowBackground" android:layout_alignParentBottom="true" app:menu="@menu/navigation" /></RelativeLayout>