apkfuckery/com.discord/res/layout/widget_channel_follow_succe...

10 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView style="@style/UiKit.ViewGroup.NestedScrollView"
xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout android:gravity="center" android:background="?colorBackgroundPrimary" android:padding="16.0dip" style="@style/UiKit.ViewGroup.LinearLayout">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/channel_follow_success_image" android:layout_width="280.0dip" android:layout_height="120.0dip" android:layout_marginTop="24.0dip" android:layout_marginBottom="32.0dip" android:importantForAccessibility="no" />
<TextView android:layout_gravity="center" android:id="@id/channel_follow_success_text" android:layout_marginTop="16.0dip" android:layout_marginBottom="16.0dip" android:textAlignment="center" style="@style/UiKit.TextView.H1" />
<TextView android:layout_gravity="center" android:layout_marginBottom="24.0dip" android:text="@string/follow_success_modal_body" android:textAlignment="center" style="@style/UiKit.TextView" />
<com.google.android.material.button.MaterialButton android:id="@id/channel_follow_success_confirm" android:text="@string/tutorial_close" style="@style/UiKit.Material.Button" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>