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

26 lines
2.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/res_2131952600_uikit_viewgroup_page">
<ScrollView android:layout_height="match_parent" android:layout_above="@+id/alert_tos_ack_wrap" style="@style/res_2131952608_uikit_viewgroup_scrollview">
<LinearLayout style="@style/res_2131952412_uikit_copy_container">
<ImageView android:src="?attr/img_new_tos" android:contentDescription="@string/new_terms_title" style="@style/res_2131952448_uikit_imageview"/>
<LinearLayout style="@style/res_2131952408_uikit_copy">
<TextView android:layout_gravity="start" android:id="@+id/alert_tos_text_title" android:text="@string/new_terms_title" style="@style/res_2131952563_uikit_textview_h1"/>
<TextView android:id="@+id/alert_tos_text_description" android:layout_marginTop="16dp" android:text="@string/new_terms_description" style="@style/res_2131952561_uikit_textview"/>
<com.discord.utilities.view.text.LinkifiedTextView android:layout_gravity="start" android:id="@+id/alert_tos_terms_of_service" android:layout_marginTop="16dp" android:text="@string/terms_of_service_url" style="@style/res_2131952570_uikit_textview_link"/>
<com.discord.utilities.view.text.LinkifiedTextView android:layout_gravity="start" android:id="@+id/alert_tos_privacy_policy" android:layout_marginTop="12dp" android:text="@string/privacy_policy_url" style="@style/res_2131952570_uikit_textview_link"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
<LinearLayout android:id="@+id/alert_tos_ack_wrap" android:layout_marginTop="8dp" android:layout_alignParentBottom="true" style="@style/res_2131952409_uikit_copy_anchor">
<FrameLayout style="@style/res_2131952411_uikit_copy_anchor_item_rotatable">
<CheckBox android:id="@+id/alert_tos_ack" android:layout_height="52dp" android:text="@string/new_terms_ack" style="@style/res_2131952402_uikit_checkbox"/>
</FrameLayout>
<FrameLayout style="@style/res_2131952411_uikit_copy_anchor_item_rotatable">
<com.google.android.material.button.MaterialButton android:enabled="false" android:id="@+id/alert_tos_ack_continue" android:layout_width="match_parent" android:text="@string/new_terms_continue" style="@style/res_2131952456_uikit_material_button"/>
</FrameLayout>
</LinearLayout>
<com.google.android.material.appbar.AppBarLayout style="@style/res_2131951639_apptheme_appbarlayout_flat_transparent">
<androidx.appcompat.widget.Toolbar style="@style/res_2131951670_apptheme_toolbar_transparent"/>
</com.google.android.material.appbar.AppBarLayout>
</RelativeLayout>