This commit is contained in:
Ваше Имя
2025-09-24 13:41:40 +04:00
parent c55b7fde32
commit b2f1553554
3 changed files with 55 additions and 25 deletions
+6 -14
View File
@@ -4,24 +4,16 @@
android:orientation="vertical"
android:padding="16dp">
<EditText
android:id="@+id/etInput"
<Button
android:id="@+id/btnContacts"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Введите текст" />
android:text="Доступ к контактам" />
<Button
android:id="@+id/btnApply"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="Преобразовать" />
<TextView
android:id="@+id/tvResult"
android:id="@+id/btnGallery"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:text="Здесь будет результат"
android:textSize="18sp" />
android:layout_marginTop="16dp"
android:text="Доступ к галерее" />
</LinearLayout>