Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <FrameLayout
- android:id="@+id/sheet"
- android:layout_width="match_parent"
- android:layout_height="666dp"
- android:layout_alignParentTop="true"
- android:layout_alignParentBottom="true"
- android:layout_marginStart="0dp"
- android:layout_marginTop="202dp"
- android:layout_marginEnd="0dp"
- android:layout_marginBottom="0dp"
- android:background="@drawable/bottom_sheet"
- app:behavior_hideable="false"
- app:behavior_peekHeight="250dp"
- app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">
- <AutoCompleteTextView
- android:id="@+id/value"
- android:layout_width="321dp"
- android:layout_height="48dp"
- android:layout_marginBottom="821dp"
- android:background="@drawable/textview_border"
- android:completionThreshold="1"
- android:hint="Ввввв"
- android:inputType="number">
- </AutoCompleteTextView>
- </FrameLayout>
- <Button
- android:id="@+id/addBtn"
- android:layout_width="277dp"
- android:layout_height="66dp"
- android:layout_gravity="center_horizontal"
- android:background="@drawable/addbtn"
- android:text="Добавить"
- android:layout_alignParentBottom="true"/>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment