discord-jadx/app/src/main/res/layout/dialog_simple_selector.xml

11 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_height="wrap_content" style="@style/res_2131952601_uikit_viewgroup_page_linearlayout">
<TextView android:id="@+id/dialog_title" android:layout_width="match_parent" android:layout_marginLeft="16dp" android:layout_marginTop="16dp" android:layout_marginRight="16dp" android:layout_marginBottom="8dp" android:lineSpacingMultiplier="1.4" android:elevation="@dimen/app_elevation" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<com.discord.utilities.view.recycler.MaxHeightRecyclerView android:orientation="vertical" android:id="@+id/dialog_selections" android:layout_width="match_parent" android:layout_height="wrap_content" app:layoutManager="LinearLayoutManager" app:max_height_screen_ratio="0.5"/>
<View style="@style/res_2131952422_uikit_divider"/>
<FrameLayout android:background="?attr/primary_630" android:layout_width="match_parent" style="@style/res_2131952600_uikit_viewgroup_page">
<com.google.android.material.button.MaterialButton android:textColor="?attr/primary_100" android:layout_gravity="end" android:id="@+id/dialog_cancel" android:text="@string/cancel" android:textAllCaps="true" style="@style/res_2131952470_uikit_material_button_transparent_fit"/>
</FrameLayout>
</LinearLayout>