discord-jadx/app/src/main/res/layout/widget_outbound_promo_terms...

9 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:background="?attr/colorBackgroundPrimary" android:layout_width="match_parent" android:layout_height="wrap_content">
<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:background="?attr/colorBackgroundTertiary" android:layout_width="match_parent" android:layout_height="wrap_content">
<TextView android:textSize="@dimen/uikit_textsize_large" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_margin="18dp" android:text="@string/terms_and_conditions" android:layout_weight="1" style="@style/res_2131952577_uikit_textview_semibold"/>
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?attr/color_brand" android:id="@+id/promoTermsClose" android:background="?attr/selectableItemBackgroundBorderless" android:padding="18dp" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/close" style="@style/res_2131952577_uikit_textview_semibold"/>
</LinearLayout>
<com.discord.utilities.view.text.LinkifiedTextView android:textSize="@dimen/uikit_textsize_small" android:id="@+id/promoTermsContent" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="16dp" style="@style/res_2131952561_uikit_textview"/>
</LinearLayout>