discord-jadx/app/src/main/res/layout/widget_outbound_promo_terms.xml
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

8 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/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/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/UiKit_TextView"/>
</LinearLayout>