lab2
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user