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

22 lines
2.6 KiB
XML
Raw Normal View History

2020-05-17 12:40:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
2020-09-02 04:07:20 +00:00
<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">
2020-05-17 12:40:10 +00:00
<LinearLayout android:gravity="center_vertical" android:background="?selectableItemBackgroundBorderless" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
2020-09-02 04:07:20 +00:00
<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">
2020-05-17 12:40:10 +00:00
<TextView android:text="@string/create_server_button_cta" style="@style/UiKit.TextView.H1" />
2020-09-02 04:07:20 +00:00
<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" />
2020-05-17 12:40:10 +00:00
</LinearLayout>
2020-09-02 04:07:20 +00:00
<ImageView android:src="?ic_navigate_next" android:importantForAccessibility="no" android:layout_marginEnd="8.0dip" style="@style/UiKit.ImageView" />
2020-05-17 12:40:10 +00:00
</LinearLayout>
</FrameLayout>
2020-09-02 04:07:20 +00:00
<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">
2020-05-17 12:40:10 +00:00
<LinearLayout android:gravity="center_vertical" android:background="?selectableItemBackgroundBorderless" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
2020-09-02 04:07:20 +00:00
<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">
2020-05-17 12:40:10 +00:00
<TextView android:text="@string/join_server_button_cta" style="@style/UiKit.TextView.H1" />
2020-09-02 04:07:20 +00:00
<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" />
2020-05-17 12:40:10 +00:00
</LinearLayout>
2020-09-02 04:07:20 +00:00
<ImageView android:src="?ic_navigate_next" android:contentDescription="@string/coming_soon" android:importantForAccessibility="no" android:layout_marginEnd="8.0dip" style="@style/UiKit.ImageView" />
2020-05-17 12:40:10 +00:00
</LinearLayout>
</FrameLayout>
</LinearLayout>