apkfuckery/com.discord/res/layout/widget_guild_actions_add.xml

22 lines
2.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<FrameLayout android:id="@id/guild_actions_add_create" android:background="?colorPrimaryBg" android:layout_margin="8.0dip" android:layout_marginTop="8.0dip" style="@style/UiKit.ViewGroup">
<LinearLayout android:gravity="center_vertical" android:background="?selectableItemBackgroundBorderless" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
<LinearLayout android:layout_width="0.0dip" android:layout_marginTop="16.0dip" android:layout_marginBottom="16.0dip" android:layout_weight="1.0" android:layout_marginStart="16.0dip" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:text="@string/create_server_button_cta" style="@style/UiKit.TextView.H1" />
<TextView android:textColor="?primary_300" android:ellipsize="end" android:layout_marginTop="8.0dip" android:text="@string/create_server_button_cta_mobile_desc" android:singleLine="true" style="@style/UiKit.TextView.Semibold" />
</LinearLayout>
<ImageView android:src="?ic_navigate_next" android:importantForAccessibility="no" android:layout_marginEnd="8.0dip" style="@style/UiKit.ImageView" />
</LinearLayout>
</FrameLayout>
<FrameLayout android:id="@id/guild_actions_add_join" android:background="?colorPrimaryBg" android:layout_marginLeft="8.0dip" android:layout_marginRight="8.0dip" android:layout_marginBottom="8.0dip" style="@style/UiKit.ViewGroup.RelativeLayout">
<LinearLayout android:gravity="center_vertical" android:background="?selectableItemBackgroundBorderless" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
<LinearLayout android:layout_width="0.0dip" android:layout_marginTop="16.0dip" android:layout_marginBottom="16.0dip" android:layout_weight="1.0" android:layout_marginStart="16.0dip" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:text="@string/join_server_button_cta" style="@style/UiKit.TextView.H1" />
<TextView android:textColor="?primary_300" android:ellipsize="end" android:layout_marginTop="8.0dip" android:text="@string/join_server_button_cta_mobile_desc" android:singleLine="true" style="@style/UiKit.TextView.Semibold" />
</LinearLayout>
<ImageView android:src="?ic_navigate_next" android:contentDescription="@string/coming_soon" android:importantForAccessibility="no" android:layout_marginEnd="8.0dip" style="@style/UiKit.ImageView" />
</LinearLayout>
</FrameLayout>
</LinearLayout>