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

16 lines
1.4 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/client_outdated_anchor_wrap" style="@style/res_2131952608_uikit_viewgroup_scrollview">
<LinearLayout style="@style/res_2131952412_uikit_copy_container">
<ImageView android:src="?attr/img_forced_update" android:contentDescription="@string/new_terms_title" style="@style/res_2131952448_uikit_imageview"/>
<LinearLayout style="@style/res_2131952408_uikit_copy">
<TextView android:layout_gravity="center" android:text="@string/out_of_date_title" style="@style/res_2131952563_uikit_textview_h1"/>
<TextView android:gravity="center" android:layout_marginTop="16dp" android:text="@string/out_of_date_description" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>
</LinearLayout>
</ScrollView>
<LinearLayout android:id="@+id/client_outdated_anchor_wrap" android:layout_marginTop="8dp" android:layout_alignParentBottom="true" style="@style/res_2131952409_uikit_copy_anchor">
<com.google.android.material.button.MaterialButton android:id="@+id/client_outdated_update" android:text="@string/out_of_date_action" style="@style/res_2131952456_uikit_material_button"/>
</LinearLayout>
</RelativeLayout>