apkfuckery/com.discord/res/layout/widget_server_settings_over...

11 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:layout_height="wrap_content" style="@style/UiKit.ViewGroup.Page.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<TextView android:layout_width="fill_parent" android:layout_marginLeft="16.0dip" android:layout_marginTop="16.0dip" android:layout_marginRight="16.0dip" android:layout_marginBottom="8.0dip" android:text="@string/form_label_server_region" android:lineSpacingMultiplier="1.4" style="@style/UiKit.TextView.H1.Bold" />
<View style="@style/UiKit.Settings.Divider" />
<com.discord.utilities.view.recycler.MaxHeightRecyclerView android:id="@id/server_settings_overview_region_list" android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" android:overScrollMode="never" app:max_height="420.0dip" />
<View style="@style/UiKit.Divider" />
<FrameLayout android:background="?primary_630" android:layout_width="fill_parent" style="@style/UiKit.ViewGroup.Page">
<com.google.android.material.button.MaterialButton android:textColor="?primary_100" android:layout_gravity="end" android:id="@id/cancel_button" android:text="@string/cancel" android:textAllCaps="true" style="@style/UiKit.Material.Button.Transparent.Fit" />
</FrameLayout>
</LinearLayout>