discord-jadx/app/src/main/res/layout/widget_channel_onboarding.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.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/colorBackgroundPrimary" style="@style/UiKit_ViewGroup_LinearLayout">
<LinearLayout android:gravity="center_horizontal" android:padding="16dp" style="@style/UiKit_ViewGroup_LinearLayout">
<com.discord.views.ScreenTitleView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="24dp" app:stv_subtitle="@string/nuf_channels_description" app:stv_title="@string/nuf_channels_title"/>
<ImageView android:layout_width="280dp" android:layout_marginBottom="24dp" android:src="?attr/drawable_channels_onboarding" android:contentDescription="@string/nuf_channels_description" style="@style/UiKit_ImageView"/>
<com.google.android.material.button.MaterialButton android:id="@+id/channel_actions_view" android:text="@string/nuf_channels_cta_label" style="@style/UiKit_AuthButton_Material"/>
</LinearLayout>
</LinearLayout>