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

18 lines
2.0 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" style="@style/res_2131952601_uikit_viewgroup_page_linearlayout">
<TextView android:id="@+id/view_dialog_confirmation_header" android:padding="16dp" android:layout_width="match_parent" android:text="@string/hold_up" style="@style/res_2131952564_uikit_textview_h1_bold"/>
<View style="@style/res_2131952422_uikit_divider"/>
<androidx.constraintlayout.widget.ConstraintLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content">
<ScrollView android:layout_width="0dp" android:layout_height="0dp" app:layout_constrainedHeight="true" app:layout_constraintBottom_toBottomOf="0" app:layout_constraintHeight_default="1" app:layout_constraintHeight_max="100dp" app:layout_constraintLeft_toLeftOf="0" app:layout_constraintRight_toRightOf="0" app:layout_constraintTop_toTopOf="0">
<TextView android:id="@+id/masked_links_body_text" style="@style/res_2131952497_uikit_settings_item_subtext"/>
</ScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>
<TextView android:textColor="?attr/colorTextLink" android:id="@+id/masked_links_trust_domain" android:layout_width="match_parent" android:text="@string/masked_link_trust_this_domain" style="@style/res_2131952497_uikit_settings_item_subtext"/>
<View style="@style/res_2131952489_uikit_settings_divider"/>
<View style="@style/res_2131952422_uikit_divider"/>
<LinearLayout style="@style/res_2131952416_uikit_dialog_buttoncontainer">
<com.google.android.material.button.MaterialButton android:id="@+id/masked_links_cancel" android:text="@string/cancel" style="@style/res_2131952470_uikit_material_button_transparent_fit"/>
<com.google.android.material.button.MaterialButton android:id="@+id/masked_links_confirm" android:text="@string/confirm" style="@style/res_2131952457_uikit_material_button_fit"/>
</LinearLayout>
</LinearLayout>