Changes of com.discord v977
This commit is contained in:
parent
4d225716aa
commit
df68f86f59
454 changed files with 9328 additions and 9069 deletions
|
@ -6,9 +6,10 @@
|
|||
<ImageView android:id="@id/premium_settings_nitro_classic_wumpus" android:layout_width="wrap_content" android:layout_height="70.0dip" android:src="@drawable/img_wumpus_riding_wheel" android:adjustViewBounds="true" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
|
||||
<ImageView android:id="@id/premium_settings_nitro_classic" android:layout_width="wrap_content" android:layout_height="70.0dip" android:layout_marginLeft="@dimen/uikit_spacing_large" android:src="?img_logo_discord_nitro_classic" android:adjustViewBounds="true" android:contentDescription="@string/premium_tier_1" style="@style/UiKit.ImageView" />
|
||||
</LinearLayout>
|
||||
<TextView android:textColor="?primary_000" android:layout_marginTop="@dimen/uikit_spacing_large" android:text="@string/premium_features_enhanced_chat_perks" android:drawableLeft="@drawable/ic_check_brand_24dp" android:drawablePadding="@dimen/uikit_spacing_large" android:drawableStart="@drawable/ic_check_brand_24dp" style="@style/UiKit.TextView" />
|
||||
<TextView android:textColor="?primary_000" android:layout_marginTop="@dimen/uikit_spacing_medium" android:text="@string/premium_features_premium_guild_subscriptions" android:drawableLeft="@drawable/ic_clear_primary_300_24dp" android:drawablePadding="@dimen/uikit_spacing_large" android:drawableStart="@drawable/ic_clear_primary_300_24dp" style="@style/UiKit.TextView" />
|
||||
<com.discord.views.BoxedButton android:gravity="center_horizontal" android:id="@id/premium_settings_premium_classic_yearly" android:background="@drawable/button_status_green_500" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" />
|
||||
<TextView android:textColor="?primary_000" android:layout_marginTop="@dimen/uikit_spacing_large" android:text="@string/premium_features_chat_perks" android:drawableLeft="@drawable/ic_check_brand_24dp" android:drawablePadding="@dimen/uikit_spacing_large" android:drawableStart="@drawable/ic_check_brand_24dp" style="@style/UiKit.TextView" />
|
||||
<TextView android:textColor="?primary_000" android:id="@id/premium_settings_nitro_classic_boost_discount" android:layout_marginTop="@dimen/uikit_spacing_medium" android:drawableLeft="@drawable/ic_check_brand_24dp" android:drawablePadding="@dimen/uikit_spacing_large" android:drawableStart="@drawable/ic_check_brand_24dp" style="@style/UiKit.TextView" />
|
||||
<TextView android:textColor="?primary_000" android:id="@id/premium_settings_nitro_classic_boost_count" android:layout_marginTop="@dimen/uikit_spacing_medium" android:drawableLeft="@drawable/ic_clear_primary_300_24dp" android:drawablePadding="@dimen/uikit_spacing_large" android:drawableStart="@drawable/ic_clear_primary_300_24dp" style="@style/UiKit.TextView" />
|
||||
<com.discord.views.BoxedButton android:gravity="center_horizontal" android:id="@id/premium_settings_premium_classic_yearly" android:background="@drawable/button_status_green_500" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_medium" />
|
||||
<Button android:id="@id/premium_settings_premium_classic_monthly" style="@style/UiKit.Button.Grey" />
|
||||
<TextView android:textColor="?primary_000" android:layout_gravity="center_horizontal" android:id="@id/premium_settings_premium_classic_gift" android:background="?selectableItemBackground" android:paddingLeft="@dimen/uikit_spacing_medium" android:paddingTop="@dimen/uikit_spacing_small" android:paddingRight="@dimen/uikit_spacing_medium" android:paddingBottom="@dimen/uikit_spacing_small" android:focusable="true" android:clickable="true" android:layout_marginTop="@dimen/uikit_spacing_medium" android:text="@string/premium_gift_send" android:textAllCaps="true" style="@style/UiKit.TextView.Semibold" />
|
||||
</LinearLayout>
|
Loading…
Add table
Add a link
Reference in a new issue