This commit is contained in:
Ваше Имя
2025-09-24 14:01:30 +04:00
parent b2f1553554
commit a4a51b7966
3 changed files with 40 additions and 57 deletions
+4 -10
View File
@@ -4,16 +4,10 @@
android:orientation="vertical"
android:padding="16dp">
<Button
android:id="@+id/btnContacts"
<TextView
android:id="@+id/tvNetworkStatus"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Доступ к контактам" />
<Button
android:id="@+id/btnGallery"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:text="Доступ к галерее" />
android:text="Проверка сети..."
android:textSize="18sp" />
</LinearLayout>