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 13:41:40 +04:00
|
|
|
<Button
|
|
|
|
|
android:id="@+id/btnContacts"
|
2025-09-24 13:25:08 +04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2025-09-24 13:41:40 +04:00
|
|
|
android:text="Доступ к контактам" />
|
2025-09-24 13:25:08 +04:00
|
|
|
|
|
|
|
|
<Button
|
2025-09-24 13:41:40 +04:00
|
|
|
android:id="@+id/btnGallery"
|
2025-09-24 13:25:08 +04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
2025-09-24 13:41:40 +04:00
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
|
android:text="Доступ к галерее" />
|
2025-09-24 13:25:08 +04:00
|
|
|
</LinearLayout>
|