simple-nav/app/src/main/res/layout/fragment_second.xml
s1ngle0f b4fe30358b
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 15s
Шаблон для разработки
2024-08-05 00:09:01 +03:00

14 lines
481 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".SecondFragment">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Second Fragment"
android:layout_gravity="center" />
</FrameLayout>