180 lines
7.7 KiB
XML
180 lines
7.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/bottom_sheet0"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
|
tools:ignore="MissingConstraints">
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="20dp"
|
|
android:orientation="horizontal"
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
|
tools:ignore="MissingConstraints">
|
|
|
|
<androidx.appcompat.widget.AppCompatEditText
|
|
android:id="@+id/bottom_sheet_rename"
|
|
style="@style/TextDefaultStyle"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:background="@android:color/transparent"
|
|
android:text="@string/bottom_dialog_app_rename"
|
|
android:textSize="@dimen/bottom_dialog_text_large" />
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/bottom_sheet_rename_done"
|
|
style="@style/TextDefaultStyle"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="end"
|
|
android:gravity="center"
|
|
android:text="Save"
|
|
android:textSize="@dimen/bottom_dialog_text_small" />
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/bottom_sheet1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="20dp"
|
|
android:orientation="horizontal"
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
|
tools:ignore="MissingConstraints">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/bottom_sheet_fav_hidden"
|
|
style="@style/TextDefaultStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bottom_dialog_remove_from_home"
|
|
android:textSize="@dimen/bottom_dialog_text_large">
|
|
|
|
</androidx.appcompat.widget.AppCompatTextView>
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/bottom_sheet2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="20dp"
|
|
android:orientation="horizontal"
|
|
android:visibility="gone"
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
|
tools:ignore="MissingConstraints">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/bottom_sheet_order"
|
|
style="@style/TextDefaultStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bottom_dialog_order_home_apps"
|
|
android:textSize="@dimen/bottom_dialog_text_large">
|
|
|
|
</androidx.appcompat.widget.AppCompatTextView>
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/bottom_sheet3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="20dp"
|
|
android:orientation="horizontal"
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
|
tools:ignore="MissingConstraints">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/bottom_sheet_hidden"
|
|
style="@style/TextDefaultStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bottom_dialog_add_to_hidden"
|
|
android:textSize="@dimen/bottom_dialog_text_large">
|
|
|
|
</androidx.appcompat.widget.AppCompatTextView>
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/bottom_sheet4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="20dp"
|
|
android:orientation="horizontal"
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
|
tools:ignore="MissingConstraints">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/bottom_sheet_lock"
|
|
style="@style/TextDefaultStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bottom_dialog_add_to_lock"
|
|
android:textSize="@dimen/bottom_dialog_text_large">
|
|
|
|
</androidx.appcompat.widget.AppCompatTextView>
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/bottom_sheet5"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="20dp"
|
|
android:orientation="horizontal"
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
|
tools:ignore="MissingConstraints">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/bottom_sheet_uninstall"
|
|
style="@style/TextDefaultStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bottom_dialog_app_uninstall"
|
|
android:textSize="@dimen/bottom_dialog_text_large">
|
|
|
|
</androidx.appcompat.widget.AppCompatTextView>
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
android:id="@+id/bottom_sheet6"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="20dp"
|
|
android:orientation="horizontal"
|
|
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior"
|
|
tools:ignore="MissingConstraints">
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/bottom_sheet_info"
|
|
style="@style/TextDefaultStyle"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/bottom_dialog_app_info"
|
|
android:textSize="@dimen/bottom_dialog_text_large">
|
|
|
|
</androidx.appcompat.widget.AppCompatTextView>
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout> |