Files
labs-mobile-applications/app/src/main/res/layout/activity_main.xml
T

13 lines
465 B
XML
Raw Normal View History

2025-09-24 13:25:08 +04:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2025-09-24 12:26:38 +04:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2025-09-24 13:25:08 +04:00
android:orientation="vertical"
android:padding="16dp">
2025-09-24 12:26:38 +04:00
2025-09-24 14:01:30 +04:00
<TextView
android:id="@+id/tvNetworkStatus"
2025-09-24 13:25:08 +04:00
android:layout_width="match_parent"
android:layout_height="wrap_content"
2025-09-24 14:01:30 +04:00
android:text="Проверка сети..."
android:textSize="18sp" />
2025-09-24 13:25:08 +04:00
</LinearLayout>