Changes of com.discord v1021

This commit is contained in:
root 2020-01-14 06:14:30 +01:00
parent e84f986f3b
commit d9f15b99ae
157 changed files with 6818 additions and 3189 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before After
Before After

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector android:height="32.0dip" android:width="32.0dip" android:viewportWidth="128.0" android:viewportHeight="128.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ffffeac0" android:pathData="M92.9,7.8s48.4,33.1 29.8,79.5 -54.9,33.5 -41.1,19.8 -16.1,-22.6 -35.1,-40.4L92.9,7.8" />
<path android:fillColor="#ffffd56c" android:pathData="M90.1,53.4C80,66.3 65.5,72.8 54.2,70.4L15.5,120c-2.8,3.6 -7.7,4 -11.3,1.2 -3.6,-2.8 -4,-7.7 -1.6,-11.3l38.7,-49.2c-5.2,-10.1 -2.4,-25.8 8.1,-39.1C62.3,5.4 81.6,-0.6 92.9,7.8s9.7,29.1 -2.8,45.6z" />
<group>
<clip-path android:pathData="M90.1,53.4C80,66.3 65.5,72.8 54.2,70.4L15.5,120c-2.8,3.6 -7.7,4 -11.3,1.2 -3.6,-2.8 -4,-7.7 -1.6,-11.3l38.7,-49.2c-5.2,-10.1 -2.4,-25.8 8.1,-39.1C62.3,5.4 81.6,-0.6 92.9,7.8s9.7,29.1 -2.8,45.6z M 0,0" />
<path android:fillColor="#ffffffff" android:pathData="M70.56,-16.552l4.66,0.614l-19.866,150.797l-4.66,-0.614z" />
<path android:fillColor="#ffffffff" android:pathData="M78.384,-18.127l10.212,1.345L68.73,134.016L58.518,132.67z" />
</group>
</vector>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<merge android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.google.android.material.button.MaterialButton android:id="@id/button_boxed_button" android:focusable="false" android:clickable="false" android:layout_width="fill_parent" style="@style/UiKit.Material.Button" />
<LinearLayout android:gravity="center" android:layout_gravity="center" android:translationZ="8.0dip" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
<TextView android:textColor="@color/primary_100" android:id="@id/button_text" android:paddingLeft="@dimen/uikit_spacing_large" android:textAllCaps="true" style="@style/UiKit.TextView.Semibold" />
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/primary_100" android:id="@id/button_boxed_text" android:background="@drawable/bg_boxed_button_outline" android:paddingLeft="@dimen/uikit_spacing_small" android:paddingTop="@dimen/uikit_spacing_xsmall" android:paddingRight="@dimen/uikit_spacing_small" android:paddingBottom="@dimen/uikit_spacing_xsmall" android:layout_marginLeft="@dimen/uikit_spacing_medium" android:layout_marginTop="@dimen/uikit_spacing_small" android:layout_marginBottom="@dimen/uikit_spacing_small" android:textAllCaps="true" style="@style/UiKit.TextView" />
</LinearLayout>
<com.google.android.material.button.MaterialButton android:id="@id/button_boxed_button" android:focusable="false" android:clickable="false" android:layout_width="fill_parent" style="@style/UiKit.Material.Button" />
</merge>

View file

@ -2,7 +2,7 @@
<merge style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android">
<ImageView android:layout_gravity="center_horizontal" android:src="@drawable/img_boost_hands" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<ImageView android:layout_gravity="center_horizontal" android:layout_marginTop="@dimen/uikit_spacing_large" android:src="@drawable/img_server_boost_long" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<ImageView android:layout_gravity="center_horizontal" android:layout_marginTop="@dimen/uikit_spacing_large" android:src="@drawable/img_server_boost_long" android:tint="?colorTextInteractiveActive" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<TextView android:textColor="?colorHeadingPrimary" android:gravity="center" android:layout_gravity="center_horizontal" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_xlarge" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/premium_guild_subscription_marketing_header" style="@style/UiKit.TextView.H1" />
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?colorHeadingPrimary" android:gravity="center" android:layout_gravity="center_horizontal" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/premium_guild_subscription_marketing_blurb" style="@style/UiKit.TextView" />
</merge>

View file

@ -9,7 +9,7 @@
<ImageView android:layout_gravity="center" android:layout_margin="@dimen/uikit_spacing_xxlarge" android:src="?img_empty_server_invites" android:scaleType="centerInside" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup.LinearLayout">
<include layout="@layout/layout_search" />
<androidx.recyclerview.widget.RecyclerView android:id="@id/guild_invite_suggestion_list" android:paddingLeft="@dimen/uikit_spacing_large" android:paddingRight="@dimen/uikit_spacing_large" android:fitsSystemWindows="false" android:layout_weight="1.0" style="@style/UiKit.ViewGroup.RecyclerView" />
<androidx.recyclerview.widget.RecyclerView android:id="@id/guild_invite_suggestion_list" android:paddingLeft="@dimen/uikit_spacing_large" android:paddingRight="@dimen/uikit_spacing_large" android:layout_weight="1.0" style="@style/UiKit.ViewGroup.RecyclerView" />
<TextView android:id="@id/guild_invite_empty_results" android:visibility="gone" style="@style/UiKit.TextView.NoResults" />
</LinearLayout>
</com.discord.app.AppViewFlipper>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<merge
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<FrameLayout android:gravity="center" android:id="@id/guilds_item_avatar_wrap" android:background="?selectableItemBackgroundBorderless" android:layout_width="@dimen/avatar_size_large" android:layout_height="@dimen/avatar_size_large" android:layout_centerInParent="true">
<FrameLayout android:gravity="center" android:id="@id/guilds_item_avatar_wrap" android:layout_width="@dimen/avatar_size_large" android:layout_height="@dimen/avatar_size_large" android:layout_centerInParent="true">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/guilds_item_avatar" app:fadeDuration="50" style="@style/UiKit.GuildsListIcon" />
<TextView android:textColor="@color/white" android:gravity="center" android:id="@id/guilds_item_avatar_text" android:clickable="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:singleLine="true" android:importantForAccessibility="no" style="@style/UiKit.TextView" />
<TextView android:textColor="?colorHeadingPrimary" android:gravity="center" android:id="@id/guilds_item_avatar_text" android:clickable="false" android:layout_width="fill_parent" android:layout_height="fill_parent" android:singleLine="true" android:importantForAccessibility="no" style="@style/UiKit.TextView" />
</FrameLayout>
<ImageView android:id="@id/guilds_item_application_stream" android:visibility="gone" android:layout_alignTop="@id/guilds_item_avatar_wrap" android:contentDescription="@string/status_streaming" android:layout_alignEnd="@id/guilds_item_avatar_wrap" style="@style/UiKit.GuildsListApplicationStreamIcon" />
<ImageView android:id="@id/guilds_item_voice" android:layout_alignTop="@id/guilds_item_avatar_wrap" android:contentDescription="@string/connection_status_voice_connected" android:layout_alignEnd="@id/guilds_item_avatar_wrap" style="@style/UiKit.GuildsListVoiceIcon" />

View file

@ -7,7 +7,7 @@
<androidx.core.widget.NestedScrollView android:id="@id/scroll_view" style="@style/UiKit.ViewGroup.NestedScrollView.AppBarScrollingViewBehavior">
<LinearLayout android:paddingBottom="@dimen/padding_bottom_fab_screen" android:focusableInTouchMode="true" android:descendantFocusability="beforeDescendants" android:baselineAligned="false" android:animateLayoutChanges="true" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:paddingTop="@dimen/uikit_spacing_medium" android:text="@string/message_preview" android:textAllCaps="true" style="@style/UiKit.Search.Header" />
<androidx.recyclerview.widget.RecyclerView android:orientation="horizontal" android:id="@id/external_share_list" android:background="?container_bg_dark_a60" android:visibility="gone" android:fitsSystemWindows="false" android:clipToPadding="false" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" style="@style/UiKit.ViewGroup.RecyclerView" />
<androidx.recyclerview.widget.RecyclerView android:orientation="horizontal" android:id="@id/external_share_list" android:background="?container_bg_dark_a60" android:visibility="gone" android:clipToPadding="false" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" style="@style/UiKit.ViewGroup.RecyclerView" />
<com.discord.widgets.chat.list.ViewEmbedGameInvite android:id="@id/external_share_activity_action_preview" android:background="?chat_embed_bg" android:visibility="visible" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:animateLayoutChanges="true" android:elevation="@dimen/app_elevation" style="@style/UiKit.ViewGroup.LinearLayout" />
<EditText android:id="@id/external_share_comment" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:hint="@string/add_a_comment_optional" android:inputType="textAutoComplete|textAutoCorrect|textCapSentences" android:imeOptions="actionNext" style="@style/UiKit.Form.Field.EditText.SingleLine" />
<TextView android:text="@string/share_to" android:textAllCaps="true" style="@style/UiKit.Search.Header" />

View file

@ -4,7 +4,7 @@
<com.google.android.material.appbar.AppBarLayout style="@style/AppTheme.AppBarLayout.Flat">
<androidx.appcompat.widget.Toolbar style="@style/AppTheme.Toolbar" />
</com.google.android.material.appbar.AppBarLayout>
<ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true" app:layout_behavior="@string/appbar_scrolling_view_behavior">
<androidx.core.widget.NestedScrollView android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true" style="@style/UiKit.ViewGroup.NestedScrollView.AppBarScrollingViewBehavior">
<LinearLayout android:gravity="center" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_xxxlarge" android:layout_marginRight="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.LinearLayout">
<ImageView android:src="@drawable/drawable_boost_removal" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<TextView android:layout_marginTop="@dimen/uikit_spacing_xxlarge" android:text="@string/premium_guild_subscribe_confirm_transfer_header" style="@style/UiKit.TextView.H1.Bold" />
@ -16,6 +16,6 @@
<TextView android:textColor="@color/status_red_500" android:id="@id/premium_guild_transfer_error" android:visibility="invisible" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/premium_guild_subscription_error_mobile" style="@style/UiKit.TextView" />
<com.google.android.material.button.MaterialButton android:id="@id/premium_guild_transfer_select" android:layout_marginBottom="@dimen/uikit_spacing_xlarge" android:text="@string/premium_guild_subscribe_transfer_confirm_confirmation" style="@style/UiKit.Material.Button" />
</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>
<com.discord.utilities.dimmer.DimmerView style="@style/UiKit.DimmerView" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View file

@ -2,7 +2,7 @@
<LinearLayout android:gravity="center_horizontal" style="@style/UiKit.ViewGroup.LinearLayout"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<ImageView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_xlarge" android:src="@drawable/img_remote_auth_loaded" android:importantForAccessibility="no" />
<TextView android:text="@string/qr_code_login_confirm" style="@style/UiKit.TextView.H1" />
<TextView android:gravity="center" android:text="@string/qr_code_login_confirm" style="@style/UiKit.TextView.H1" />
<TextView android:textColor="@color/status_red_500" android:layout_marginTop="@dimen/uikit_spacing_medium" android:text="@string/confirm_qr_description" android:textAlignment="center" style="@style/UiKit.TextView" />
<androidx.cardview.widget.CardView android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_xlarge" app:cardBackgroundColor="?colorBackgroundSecondary" app:cardCornerRadius="4.0dip" app:cardElevation="0.0dip">
<androidx.appcompat.widget.SwitchCompat android:textColor="?colorHeadingPrimary" android:id="@id/remote_auth_temporary_switch" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/confirm_qr_keep_me_signed_in" style="@style/UiKit.ListItem" />

View file

@ -10,13 +10,13 @@
<ImageView android:layout_marginBottom="@dimen/uikit_spacing_medium" android:src="@drawable/img_poop_dark" android:importantForAccessibility="no" style="@style/UiKit.ImageView" />
<com.google.android.material.button.MaterialButton android:id="@id/boost_status_retry" android:layout_width="wrap_content" android:text="@string/retry" style="@style/UiKit.Material.Button.Secondary" />
</LinearLayout>
<androidx.core.widget.NestedScrollView android:layout_width="fill_parent" android:layout_height="fill_parent" android:fillViewport="true">
<androidx.core.widget.NestedScrollView android:layout_height="fill_parent" style="@style/UiKit.ViewGroup.NestedScrollView">
<LinearLayout android:paddingTop="@dimen/uikit_spacing_large" android:paddingBottom="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:textSize="@dimen/uikit_textsize_xxlarge" android:textColor="?colorHeadingPrimary" android:layout_gravity="center_horizontal" android:id="@id/boost_status_num_boosts" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:drawablePadding="@dimen/uikit_spacing_medium" android:drawableStart="@drawable/ic_boosted_badge_18dp" style="@style/UiKit.TextView.H1" />
<TextView android:gravity="center_horizontal" android:layout_gravity="center_horizontal" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/premium_guild_perks_modal_blurb_mobile" style="@style/UiKit.TextView" />
<com.discord.utilities.view.text.LinkifiedTextView android:gravity="center_horizontal" android:layout_gravity="center_horizontal" android:id="@id/boost_status_learn_more" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginRight="@dimen/uikit_spacing_large" style="@style/UiKit.TextView" />
<com.google.android.material.button.MaterialButton android:id="@id/boost_status_subscribe_button" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_xxlarge" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/premium_guild_perks_modal_button_subscribe_this_server" style="@style/UiKit.Material.Button" />
<com.google.android.material.button.MaterialButton android:id="@id/boost_status_gift_button" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/premium_guild_perks_modal_button_gift_premium" app:icon="@drawable/ic_gift_white_16dp" app:iconGravity="textStart" app:iconPadding="@dimen/uikit_spacing_xlarge" style="@style/UiKit.Material.Button.Secondary" />
<com.google.android.material.button.MaterialButton android:id="@id/boost_status_gift_button" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/premium_guild_perks_modal_button_gift_premium" app:icon="@drawable/ic_gift_white_16dp" app:iconGravity="textStart" app:iconPadding="@dimen/uikit_spacing_medium" style="@style/UiKit.Material.Button.Secondary" />
<com.discord.utilities.view.text.LinkifiedTextView android:textColor="?colorTextNormal" android:gravity="center_horizontal" android:layout_gravity="center_horizontal" android:id="@id/boost_status_protip" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginRight="@dimen/uikit_spacing_large" style="@style/UiKit.TextView" />
<include android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_xxlarge" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_large" layout="@layout/view_boost_progress_bar" />
<com.discord.utilities.simple_pager.SimplePager android:id="@id/boost_status_viewpager" android:paddingLeft="48.0dip" android:paddingRight="48.0dip" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="wrap_content" />

View file

@ -16,7 +16,7 @@
<TextView android:id="@id/server_settings_audit_logs_action_filter" style="@style/UiKit.Search.Chip" />
</LinearLayout>
<com.discord.app.AppViewFlipper android:id="@id/server_settings_audit_logs_view_results_flipper" android:inAnimation="@android:anim/fade_in" android:outAnimation="@android:anim/fade_out" style="@style/AppTheme.AppBarScrollingViewBehavior">
<androidx.recyclerview.widget.RecyclerView android:id="@id/server_settings_audit_logs_recycler" android:fitsSystemWindows="false" android:scrollbars="vertical" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup.RecyclerView" />
<androidx.recyclerview.widget.RecyclerView android:id="@id/server_settings_audit_logs_recycler" android:scrollbars="vertical" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup.RecyclerView" />
<LinearLayout android:gravity="center" android:layout_height="fill_parent" style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:id="@id/no_logs_title" android:text="@string/guild_settings_label_audit_log_empty_title" style="@style/UiKit.TextView.NoResults" />
<TextView android:gravity="center" android:id="@id/no_logs_body" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:text="@string/guild_settings_label_audit_log_empty_body" style="@style/UiKit.TextView" />

View file

@ -8,7 +8,7 @@
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout">
<TextView android:text="@string/applications_and_connections" style="@style/UiKit.Settings.Item.Header" />
<TextView android:text="@string/applications_and_connections_body" style="@style/UiKit.Settings.Item.Addition" />
<androidx.recyclerview.widget.RecyclerView android:id="@id/authorized_apps_list" android:paddingLeft="@dimen/uikit_spacing_large" android:paddingTop="@dimen/uikit_spacing_medium" android:paddingRight="@dimen/uikit_spacing_large" android:fitsSystemWindows="false" style="@style/UiKit.ViewGroup.RecyclerView" />
<androidx.recyclerview.widget.RecyclerView android:id="@id/authorized_apps_list" android:paddingLeft="@dimen/uikit_spacing_large" android:paddingTop="@dimen/uikit_spacing_medium" android:paddingRight="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup.RecyclerView" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>

View file

@ -2873,209 +2873,210 @@
<public type="drawable" name="ic_plus_light_a60_24dp" id="0x7f080373" />
<public type="drawable" name="ic_privacy_dark_a60_24dp" id="0x7f080376" />
<public type="drawable" name="ic_privacy_light_a60_24dp" id="0x7f080377" />
<public type="drawable" name="ic_profile_badge_bughunter_32dp" id="0x7f080378" />
<public type="drawable" name="ic_profile_badge_hypesquad_32dp" id="0x7f080379" />
<public type="drawable" name="ic_profile_badge_premium_early_supporter_32dp" id="0x7f08037c" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl1_32dp" id="0x7f08037d" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl2_32dp" id="0x7f08037e" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl3_32dp" id="0x7f08037f" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl4_32dp" id="0x7f080380" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl5_32dp" id="0x7f080381" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl6_32dp" id="0x7f080382" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl7_32dp" id="0x7f080383" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl8_32dp" id="0x7f080384" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl9_32dp" id="0x7f080385" />
<public type="drawable" name="ic_profile_badge_staff_32dp" id="0x7f080386" />
<public type="drawable" name="ic_qr_code_dark_a60_24dp" id="0x7f080387" />
<public type="drawable" name="ic_qr_code_light_a60_24dp" id="0x7f080388" />
<public type="drawable" name="ic_quickswitcher_24dp" id="0x7f080389" />
<public type="drawable" name="ic_quote_grey_a60_24dp" id="0x7f08038a" />
<public type="drawable" name="ic_quote_white_a60_24dp" id="0x7f08038b" />
<public type="drawable" name="ic_reactions_grey_a60_24dp" id="0x7f08038c" />
<public type="drawable" name="ic_reactions_white_a60_24dp" id="0x7f08038d" />
<public type="drawable" name="ic_refresh_grey_a60_24dp" id="0x7f08038f" />
<public type="drawable" name="ic_refresh_white_a60_24dp" id="0x7f080390" />
<public type="drawable" name="ic_remove_circle_outline_red_24dp" id="0x7f080391" />
<public type="drawable" name="ic_remove_friend_red_24dp" id="0x7f080392" />
<public type="drawable" name="ic_rich_presence_grey_16dp" id="0x7f080393" />
<public type="drawable" name="ic_role_24dp" id="0x7f080394" />
<public type="drawable" name="ic_role_pink_24dp" id="0x7f080396" />
<public type="drawable" name="ic_roles_dark_a60_24dp" id="0x7f080397" />
<public type="drawable" name="ic_roles_light_a60_24dp" id="0x7f080398" />
<public type="drawable" name="ic_search_grey_24dp" id="0x7f08039a" />
<public type="drawable" name="ic_search_white_24dp" id="0x7f08039b" />
<public type="drawable" name="ic_security_dark_a60_24dp" id="0x7f08039c" />
<public type="drawable" name="ic_security_light_a60_24dp" id="0x7f08039d" />
<public type="drawable" name="ic_send_grey_a60_24dp" id="0x7f08039f" />
<public type="drawable" name="ic_send_white_a60_24dp" id="0x7f0803a1" />
<public type="drawable" name="ic_settings_boost_dark_a60_24dp" id="0x7f0803a3" />
<public type="drawable" name="ic_settings_boost_light_a60_24dp" id="0x7f0803a4" />
<public type="drawable" name="ic_settings_grey_a60_24dp" id="0x7f0803a5" />
<public type="drawable" name="ic_settings_white_a60_24dp" id="0x7f0803a6" />
<public type="drawable" name="ic_share_grey_24dp" id="0x7f0803a7" />
<public type="drawable" name="ic_share_grey_a60_24dp" id="0x7f0803a8" />
<public type="drawable" name="ic_share_white_24dp" id="0x7f0803a9" />
<public type="drawable" name="ic_share_white_a60_24dp" id="0x7f0803aa" />
<public type="drawable" name="ic_skype_white_24dp" id="0x7f0803ac" />
<public type="drawable" name="ic_small_lock_green_24dp" id="0x7f0803ad" />
<public type="drawable" name="ic_smile_24dp" id="0x7f0803ae" />
<public type="drawable" name="ic_sort_grey_24dp" id="0x7f0803b0" />
<public type="drawable" name="ic_sort_white_24dp" id="0x7f0803b1" />
<public type="drawable" name="ic_speaker_grey" id="0x7f0803b2" />
<public type="drawable" name="ic_speaker_white" id="0x7f0803b3" />
<public type="drawable" name="ic_spotify_green_24dp" id="0x7f0803b4" />
<public type="drawable" name="ic_spotify_white_24dp" id="0x7f0803b5" />
<public type="drawable" name="ic_star_24dp" id="0x7f0803b6" />
<public type="drawable" name="ic_status_invisible_16dp" id="0x7f0803ba" />
<public type="drawable" name="ic_status_online_16dp" id="0x7f0803bb" />
<public type="drawable" name="ic_steam_white_24dp" id="0x7f0803bd" />
<public type="drawable" name="ic_stop_stream_24dp" id="0x7f0803bf" />
<public type="drawable" name="ic_swap_vertical_circle_grey_a60_24dp" id="0x7f0803c0" />
<public type="drawable" name="ic_swap_vertical_circle_white_a60_24dp" id="0x7f0803c1" />
<public type="drawable" name="ic_switch_camera_grey_24dp" id="0x7f0803c2" />
<public type="drawable" name="ic_switch_camera_white_24dp" id="0x7f0803c3" />
<public type="drawable" name="ic_take_photo" id="0x7f0803c4" />
<public type="drawable" name="ic_text_channel_grey_24dp" id="0x7f0803cc" />
<public type="drawable" name="ic_text_channel_white_24dp" id="0x7f0803cd" />
<public type="drawable" name="ic_text_image_dark_a60_24dp" id="0x7f0803ce" />
<public type="drawable" name="ic_text_image_light_a60_24dp" id="0x7f0803cf" />
<public type="drawable" name="ic_theme_dark_a60_24dp" id="0x7f0803d0" />
<public type="drawable" name="ic_theme_light_a60_24dp" id="0x7f0803d1" />
<public type="drawable" name="ic_timer_dark" id="0x7f0803d2" />
<public type="drawable" name="ic_timer_grey_a60_24dp" id="0x7f0803d3" />
<public type="drawable" name="ic_timer_light" id="0x7f0803d4" />
<public type="drawable" name="ic_timer_white_a60_24dp" id="0x7f0803d5" />
<public type="drawable" name="ic_transfer_red_24dp" id="0x7f0803d6" />
<public type="drawable" name="ic_trash_outline" id="0x7f0803d7" />
<public type="drawable" name="ic_unban_grey" id="0x7f0803dc" />
<public type="drawable" name="ic_unread_white_9dp" id="0x7f0803dd" />
<public type="drawable" name="ic_unread_white_9dp_horiz" id="0x7f0803de" />
<public type="drawable" name="ic_upload_image_34dp" id="0x7f0803e0" />
<public type="drawable" name="ic_upload_image_40dp" id="0x7f0803e1" />
<public type="drawable" name="ic_uploads_file_dark" id="0x7f0803e2" />
<public type="drawable" name="ic_uploads_file_light" id="0x7f0803e3" />
<public type="drawable" name="ic_uploads_generic_dark" id="0x7f0803e4" />
<public type="drawable" name="ic_uploads_generic_light" id="0x7f0803e5" />
<public type="drawable" name="ic_uploads_image_dark" id="0x7f0803e6" />
<public type="drawable" name="ic_uploads_image_light" id="0x7f0803e7" />
<public type="drawable" name="ic_uploads_video_dark" id="0x7f0803e8" />
<public type="drawable" name="ic_uploads_video_light" id="0x7f0803e9" />
<public type="drawable" name="ic_user_actions_block_grey_a60_24dp" id="0x7f0803ea" />
<public type="drawable" name="ic_user_actions_block_white_a60_24dp" id="0x7f0803eb" />
<public type="drawable" name="ic_user_premium_guild_subscription" id="0x7f0803f0" />
<public type="drawable" name="ic_user_profile_action_message_grey_a60_24dp" id="0x7f0803f4" />
<public type="drawable" name="ic_user_profile_action_message_white_a60_24dp" id="0x7f0803f5" />
<public type="drawable" name="ic_user_profile_action_pending" id="0x7f0803f6" />
<public type="drawable" name="ic_user_profile_action_video_grey_a60_24dp" id="0x7f0803f7" />
<public type="drawable" name="ic_user_profile_action_video_white_a60_24dp" id="0x7f0803f8" />
<public type="drawable" name="ic_verified_badge" id="0x7f0803f9" />
<public type="drawable" name="ic_verified_badge_banner" id="0x7f0803fa" />
<public type="drawable" name="ic_videocam_dark_grey_24dp" id="0x7f0803fb" />
<public type="drawable" name="ic_videocam_grey_24dp" id="0x7f0803fc" />
<public type="drawable" name="ic_videocam_off_grey_24dp" id="0x7f0803fd" />
<public type="drawable" name="ic_videocam_off_white_24dp" id="0x7f0803fe" />
<public type="drawable" name="ic_videocam_white_24dp" id="0x7f0803ff" />
<public type="drawable" name="ic_visibility_grey_24dp" id="0x7f080400" />
<public type="drawable" name="ic_visibility_off_grey_a60_24dp" id="0x7f080401" />
<public type="drawable" name="ic_visibility_off_white_a60_24dp" id="0x7f080402" />
<public type="drawable" name="ic_visibility_white_24dp" id="0x7f080403" />
<public type="drawable" name="ic_voice_settings_dark_a60_24dp" id="0x7f080409" />
<public type="drawable" name="ic_voice_settings_light_a60_24dp" id="0x7f08040a" />
<public type="drawable" name="ic_volume_mute_grey_a60_24dp" id="0x7f08040b" />
<public type="drawable" name="ic_volume_mute_white_a60_24dp" id="0x7f08040c" />
<public type="drawable" name="ic_volume_up_dark_grey_24dp" id="0x7f08040d" />
<public type="drawable" name="ic_volume_up_dark_grey_a30_24dp" id="0x7f08040e" />
<public type="drawable" name="ic_volume_up_grey_24dp" id="0x7f08040f" />
<public type="drawable" name="ic_volume_up_grey_a60_24dp" id="0x7f080410" />
<public type="drawable" name="ic_volume_up_white_24dp" id="0x7f080411" />
<public type="drawable" name="ic_volume_up_white_a30_24dp" id="0x7f080412" />
<public type="drawable" name="ic_volume_up_white_a60_24dp" id="0x7f080413" />
<public type="drawable" name="ic_warning_circle_24dp" id="0x7f080414" />
<public type="drawable" name="ic_warning_icon_24dp" id="0x7f080415" />
<public type="drawable" name="ic_xbox_white_24dp" id="0x7f080416" />
<public type="drawable" name="ic_youtube_gaming_white_24dp" id="0x7f080417" />
<public type="drawable" name="img_baddies_dark_theme" id="0x7f08044d" />
<public type="drawable" name="img_baddies_light_theme" id="0x7f08044e" />
<public type="drawable" name="img_boost_cancel" id="0x7f080451" />
<public type="drawable" name="img_boost_hands" id="0x7f080452" />
<public type="drawable" name="img_discord_nitro_logo_left" id="0x7f080453" />
<public type="drawable" name="img_empty_server_settings_invites_dark" id="0x7f080461" />
<public type="drawable" name="img_empty_server_settings_invites_light" id="0x7f080462" />
<public type="drawable" name="img_forced_update_dark" id="0x7f080463" />
<public type="drawable" name="img_forced_update_light" id="0x7f080464" />
<public type="drawable" name="img_gem_hands_faded_dark" id="0x7f080466" />
<public type="drawable" name="img_gem_hands_faded_light" id="0x7f080467" />
<public type="drawable" name="img_gifting_pattern_bg_dark" id="0x7f080468" />
<public type="drawable" name="img_gifting_pattern_bg_light" id="0x7f080469" />
<public type="drawable" name="img_guild_profile_placeholder_dark" id="0x7f08046d" />
<public type="drawable" name="img_guild_profile_placeholder_light" id="0x7f08046e" />
<public type="drawable" name="img_guild_use_cases" id="0x7f08046f" />
<public type="drawable" name="img_item_shop_dark" id="0x7f080470" />
<public type="drawable" name="img_logo_discord" id="0x7f080472" />
<public type="drawable" name="img_logo_square" id="0x7f08047a" />
<public type="drawable" name="img_new_tos_dark_theme" id="0x7f08047d" />
<public type="drawable" name="img_new_tos_light_theme" id="0x7f08047e" />
<public type="drawable" name="img_nitro_classic_pattern" id="0x7f080480" />
<public type="drawable" name="img_nitro_uncancel" id="0x7f080484" />
<public type="drawable" name="img_no_gifts" id="0x7f080485" />
<public type="drawable" name="img_no_text_channels_dark" id="0x7f08048a" />
<public type="drawable" name="img_no_text_channels_light" id="0x7f08048b" />
<public type="drawable" name="img_nsfw_dark_theme" id="0x7f08048c" />
<public type="drawable" name="img_nsfw_light_theme" id="0x7f08048d" />
<public type="drawable" name="img_plus_illo" id="0x7f080490" />
<public type="drawable" name="img_poop_dark" id="0x7f080491" />
<public type="drawable" name="img_poop_light" id="0x7f080492" />
<public type="drawable" name="img_quick_switcher_empty" id="0x7f080493" />
<public type="drawable" name="img_remote_auth_finished" id="0x7f080494" />
<public type="drawable" name="img_remote_auth_not_found" id="0x7f080496" />
<public type="drawable" name="img_server_boost_long" id="0x7f080497" />
<public type="drawable" name="img_server_nitro_status" id="0x7f080498" />
<public type="drawable" name="img_verify_email_dark_theme" id="0x7f08049b" />
<public type="drawable" name="img_verify_email_light_theme" id="0x7f08049c" />
<public type="drawable" name="img_verify_phone_dark_theme" id="0x7f08049d" />
<public type="drawable" name="img_verify_phone_light_theme" id="0x7f08049e" />
<public type="drawable" name="img_wumpus_ball_dark" id="0x7f0804a2" />
<public type="drawable" name="img_wumpus_ball_light" id="0x7f0804a3" />
<public type="drawable" name="img_wumpus_tophat_dark" id="0x7f0804a6" />
<public type="drawable" name="img_wumpus_tophat_light" id="0x7f0804a7" />
<public type="drawable" name="mtrl_dialog_background" id="0x7f0804a8" />
<public type="drawable" name="mtrl_dropdown_arrow" id="0x7f0804a9" />
<public type="drawable" name="mtrl_ic_arrow_drop_down" id="0x7f0804aa" />
<public type="drawable" name="mtrl_ic_arrow_drop_up" id="0x7f0804ab" />
<public type="drawable" name="mtrl_ic_cancel" id="0x7f0804ac" />
<public type="drawable" name="mtrl_ic_error" id="0x7f0804ad" />
<public type="drawable" name="mtrl_popupmenu_background" id="0x7f0804ae" />
<public type="drawable" name="mtrl_popupmenu_background_dark" id="0x7f0804af" />
<public type="drawable" name="mtrl_tabs_default_indicator" id="0x7f0804b0" />
<public type="drawable" name="navigation_empty_icon" id="0x7f0804b1" />
<public type="drawable" name="notification_action_background" id="0x7f0804b2" />
<public type="drawable" name="notification_bg" id="0x7f0804b3" />
<public type="drawable" name="notification_bg_low" id="0x7f0804b4" />
<public type="drawable" name="notification_icon_background" id="0x7f0804b9" />
<public type="drawable" name="notification_template_icon_bg" id="0x7f0804ba" />
<public type="drawable" name="notification_template_icon_low_bg" id="0x7f0804bb" />
<public type="drawable" name="notification_tile_bg" id="0x7f0804bc" />
<public type="drawable" name="preference_list_divider_material" id="0x7f0804be" />
<public type="drawable" name="reactions_divider" id="0x7f0804bf" />
<public type="drawable" name="ripple_brighten" id="0x7f0804c0" />
<public type="drawable" name="ripple_darken" id="0x7f0804c1" />
<public type="drawable" name="selectable_feedback_happy_dark" id="0x7f0804c2" />
<public type="drawable" name="selectable_feedback_happy_light" id="0x7f0804c3" />
<public type="drawable" name="selectable_feedback_neutral_dark" id="0x7f0804c4" />
<public type="drawable" name="selectable_feedback_neutral_light" id="0x7f0804c5" />
<public type="drawable" name="selectable_feedback_sad_dark" id="0x7f0804c6" />
<public type="drawable" name="selectable_feedback_sad_light" id="0x7f0804c7" />
<public type="drawable" name="tab_dot_selector" id="0x7f0804c8" />
<public type="drawable" name="tab_indicator_default" id="0x7f0804c9" />
<public type="drawable" name="tab_indicator_selected" id="0x7f0804ca" />
<public type="drawable" name="test_custom_background" id="0x7f0804cb" />
<public type="drawable" name="tooltip_frame_dark" id="0x7f0804cc" />
<public type="drawable" name="tooltip_frame_light" id="0x7f0804cd" />
<public type="drawable" name="trash_bg" id="0x7f0804ce" />
<public type="drawable" name="ucrop_shadow_upside" id="0x7f0804d7" />
<public type="drawable" name="ucrop_vector_ic_crop" id="0x7f0804d8" />
<public type="drawable" name="ucrop_vector_loader" id="0x7f0804d9" />
<public type="drawable" name="ucrop_vector_loader_animated" id="0x7f0804da" />
<public type="drawable" name="ic_profile_badge_bughunter_level_1_32dp" id="0x7f080378" />
<public type="drawable" name="ic_profile_badge_bughunter_level_2_32dp" id="0x7f080379" />
<public type="drawable" name="ic_profile_badge_hypesquad_32dp" id="0x7f08037a" />
<public type="drawable" name="ic_profile_badge_premium_early_supporter_32dp" id="0x7f08037d" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl1_32dp" id="0x7f08037e" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl2_32dp" id="0x7f08037f" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl3_32dp" id="0x7f080380" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl4_32dp" id="0x7f080381" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl5_32dp" id="0x7f080382" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl6_32dp" id="0x7f080383" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl7_32dp" id="0x7f080384" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl8_32dp" id="0x7f080385" />
<public type="drawable" name="ic_profile_badge_premium_guild_subscription_lvl9_32dp" id="0x7f080386" />
<public type="drawable" name="ic_profile_badge_staff_32dp" id="0x7f080387" />
<public type="drawable" name="ic_qr_code_dark_a60_24dp" id="0x7f080388" />
<public type="drawable" name="ic_qr_code_light_a60_24dp" id="0x7f080389" />
<public type="drawable" name="ic_quickswitcher_24dp" id="0x7f08038a" />
<public type="drawable" name="ic_quote_grey_a60_24dp" id="0x7f08038b" />
<public type="drawable" name="ic_quote_white_a60_24dp" id="0x7f08038c" />
<public type="drawable" name="ic_reactions_grey_a60_24dp" id="0x7f08038d" />
<public type="drawable" name="ic_reactions_white_a60_24dp" id="0x7f08038e" />
<public type="drawable" name="ic_refresh_grey_a60_24dp" id="0x7f080390" />
<public type="drawable" name="ic_refresh_white_a60_24dp" id="0x7f080391" />
<public type="drawable" name="ic_remove_circle_outline_red_24dp" id="0x7f080392" />
<public type="drawable" name="ic_remove_friend_red_24dp" id="0x7f080393" />
<public type="drawable" name="ic_rich_presence_grey_16dp" id="0x7f080394" />
<public type="drawable" name="ic_role_24dp" id="0x7f080395" />
<public type="drawable" name="ic_role_pink_24dp" id="0x7f080397" />
<public type="drawable" name="ic_roles_dark_a60_24dp" id="0x7f080398" />
<public type="drawable" name="ic_roles_light_a60_24dp" id="0x7f080399" />
<public type="drawable" name="ic_search_grey_24dp" id="0x7f08039b" />
<public type="drawable" name="ic_search_white_24dp" id="0x7f08039c" />
<public type="drawable" name="ic_security_dark_a60_24dp" id="0x7f08039d" />
<public type="drawable" name="ic_security_light_a60_24dp" id="0x7f08039e" />
<public type="drawable" name="ic_send_grey_a60_24dp" id="0x7f0803a0" />
<public type="drawable" name="ic_send_white_a60_24dp" id="0x7f0803a2" />
<public type="drawable" name="ic_settings_boost_dark_a60_24dp" id="0x7f0803a4" />
<public type="drawable" name="ic_settings_boost_light_a60_24dp" id="0x7f0803a5" />
<public type="drawable" name="ic_settings_grey_a60_24dp" id="0x7f0803a6" />
<public type="drawable" name="ic_settings_white_a60_24dp" id="0x7f0803a7" />
<public type="drawable" name="ic_share_grey_24dp" id="0x7f0803a8" />
<public type="drawable" name="ic_share_grey_a60_24dp" id="0x7f0803a9" />
<public type="drawable" name="ic_share_white_24dp" id="0x7f0803aa" />
<public type="drawable" name="ic_share_white_a60_24dp" id="0x7f0803ab" />
<public type="drawable" name="ic_skype_white_24dp" id="0x7f0803ad" />
<public type="drawable" name="ic_small_lock_green_24dp" id="0x7f0803ae" />
<public type="drawable" name="ic_smile_24dp" id="0x7f0803af" />
<public type="drawable" name="ic_sort_grey_24dp" id="0x7f0803b1" />
<public type="drawable" name="ic_sort_white_24dp" id="0x7f0803b2" />
<public type="drawable" name="ic_speaker_grey" id="0x7f0803b3" />
<public type="drawable" name="ic_speaker_white" id="0x7f0803b4" />
<public type="drawable" name="ic_spotify_green_24dp" id="0x7f0803b5" />
<public type="drawable" name="ic_spotify_white_24dp" id="0x7f0803b6" />
<public type="drawable" name="ic_star_24dp" id="0x7f0803b7" />
<public type="drawable" name="ic_status_invisible_16dp" id="0x7f0803bb" />
<public type="drawable" name="ic_status_online_16dp" id="0x7f0803bc" />
<public type="drawable" name="ic_steam_white_24dp" id="0x7f0803be" />
<public type="drawable" name="ic_stop_stream_24dp" id="0x7f0803c0" />
<public type="drawable" name="ic_swap_vertical_circle_grey_a60_24dp" id="0x7f0803c1" />
<public type="drawable" name="ic_swap_vertical_circle_white_a60_24dp" id="0x7f0803c2" />
<public type="drawable" name="ic_switch_camera_grey_24dp" id="0x7f0803c3" />
<public type="drawable" name="ic_switch_camera_white_24dp" id="0x7f0803c4" />
<public type="drawable" name="ic_take_photo" id="0x7f0803c5" />
<public type="drawable" name="ic_text_channel_grey_24dp" id="0x7f0803cd" />
<public type="drawable" name="ic_text_channel_white_24dp" id="0x7f0803ce" />
<public type="drawable" name="ic_text_image_dark_a60_24dp" id="0x7f0803cf" />
<public type="drawable" name="ic_text_image_light_a60_24dp" id="0x7f0803d0" />
<public type="drawable" name="ic_theme_dark_a60_24dp" id="0x7f0803d1" />
<public type="drawable" name="ic_theme_light_a60_24dp" id="0x7f0803d2" />
<public type="drawable" name="ic_timer_dark" id="0x7f0803d3" />
<public type="drawable" name="ic_timer_grey_a60_24dp" id="0x7f0803d4" />
<public type="drawable" name="ic_timer_light" id="0x7f0803d5" />
<public type="drawable" name="ic_timer_white_a60_24dp" id="0x7f0803d6" />
<public type="drawable" name="ic_transfer_red_24dp" id="0x7f0803d7" />
<public type="drawable" name="ic_trash_outline" id="0x7f0803d8" />
<public type="drawable" name="ic_unban_grey" id="0x7f0803dd" />
<public type="drawable" name="ic_unread_white_9dp" id="0x7f0803de" />
<public type="drawable" name="ic_unread_white_9dp_horiz" id="0x7f0803df" />
<public type="drawable" name="ic_upload_image_34dp" id="0x7f0803e1" />
<public type="drawable" name="ic_upload_image_40dp" id="0x7f0803e2" />
<public type="drawable" name="ic_uploads_file_dark" id="0x7f0803e3" />
<public type="drawable" name="ic_uploads_file_light" id="0x7f0803e4" />
<public type="drawable" name="ic_uploads_generic_dark" id="0x7f0803e5" />
<public type="drawable" name="ic_uploads_generic_light" id="0x7f0803e6" />
<public type="drawable" name="ic_uploads_image_dark" id="0x7f0803e7" />
<public type="drawable" name="ic_uploads_image_light" id="0x7f0803e8" />
<public type="drawable" name="ic_uploads_video_dark" id="0x7f0803e9" />
<public type="drawable" name="ic_uploads_video_light" id="0x7f0803ea" />
<public type="drawable" name="ic_user_actions_block_grey_a60_24dp" id="0x7f0803eb" />
<public type="drawable" name="ic_user_actions_block_white_a60_24dp" id="0x7f0803ec" />
<public type="drawable" name="ic_user_premium_guild_subscription" id="0x7f0803f1" />
<public type="drawable" name="ic_user_profile_action_message_grey_a60_24dp" id="0x7f0803f5" />
<public type="drawable" name="ic_user_profile_action_message_white_a60_24dp" id="0x7f0803f6" />
<public type="drawable" name="ic_user_profile_action_pending" id="0x7f0803f7" />
<public type="drawable" name="ic_user_profile_action_video_grey_a60_24dp" id="0x7f0803f8" />
<public type="drawable" name="ic_user_profile_action_video_white_a60_24dp" id="0x7f0803f9" />
<public type="drawable" name="ic_verified_badge" id="0x7f0803fa" />
<public type="drawable" name="ic_verified_badge_banner" id="0x7f0803fb" />
<public type="drawable" name="ic_videocam_dark_grey_24dp" id="0x7f0803fc" />
<public type="drawable" name="ic_videocam_grey_24dp" id="0x7f0803fd" />
<public type="drawable" name="ic_videocam_off_grey_24dp" id="0x7f0803fe" />
<public type="drawable" name="ic_videocam_off_white_24dp" id="0x7f0803ff" />
<public type="drawable" name="ic_videocam_white_24dp" id="0x7f080400" />
<public type="drawable" name="ic_visibility_grey_24dp" id="0x7f080401" />
<public type="drawable" name="ic_visibility_off_grey_a60_24dp" id="0x7f080402" />
<public type="drawable" name="ic_visibility_off_white_a60_24dp" id="0x7f080403" />
<public type="drawable" name="ic_visibility_white_24dp" id="0x7f080404" />
<public type="drawable" name="ic_voice_settings_dark_a60_24dp" id="0x7f08040a" />
<public type="drawable" name="ic_voice_settings_light_a60_24dp" id="0x7f08040b" />
<public type="drawable" name="ic_volume_mute_grey_a60_24dp" id="0x7f08040c" />
<public type="drawable" name="ic_volume_mute_white_a60_24dp" id="0x7f08040d" />
<public type="drawable" name="ic_volume_up_dark_grey_24dp" id="0x7f08040e" />
<public type="drawable" name="ic_volume_up_dark_grey_a30_24dp" id="0x7f08040f" />
<public type="drawable" name="ic_volume_up_grey_24dp" id="0x7f080410" />
<public type="drawable" name="ic_volume_up_grey_a60_24dp" id="0x7f080411" />
<public type="drawable" name="ic_volume_up_white_24dp" id="0x7f080412" />
<public type="drawable" name="ic_volume_up_white_a30_24dp" id="0x7f080413" />
<public type="drawable" name="ic_volume_up_white_a60_24dp" id="0x7f080414" />
<public type="drawable" name="ic_warning_circle_24dp" id="0x7f080415" />
<public type="drawable" name="ic_warning_icon_24dp" id="0x7f080416" />
<public type="drawable" name="ic_xbox_white_24dp" id="0x7f080417" />
<public type="drawable" name="ic_youtube_gaming_white_24dp" id="0x7f080418" />
<public type="drawable" name="img_baddies_dark_theme" id="0x7f08044e" />
<public type="drawable" name="img_baddies_light_theme" id="0x7f08044f" />
<public type="drawable" name="img_boost_cancel" id="0x7f080452" />
<public type="drawable" name="img_boost_hands" id="0x7f080453" />
<public type="drawable" name="img_discord_nitro_logo_left" id="0x7f080454" />
<public type="drawable" name="img_empty_server_settings_invites_dark" id="0x7f080462" />
<public type="drawable" name="img_empty_server_settings_invites_light" id="0x7f080463" />
<public type="drawable" name="img_forced_update_dark" id="0x7f080464" />
<public type="drawable" name="img_forced_update_light" id="0x7f080465" />
<public type="drawable" name="img_gem_hands_faded_dark" id="0x7f080467" />
<public type="drawable" name="img_gem_hands_faded_light" id="0x7f080468" />
<public type="drawable" name="img_gifting_pattern_bg_dark" id="0x7f080469" />
<public type="drawable" name="img_gifting_pattern_bg_light" id="0x7f08046a" />
<public type="drawable" name="img_guild_profile_placeholder_dark" id="0x7f08046e" />
<public type="drawable" name="img_guild_profile_placeholder_light" id="0x7f08046f" />
<public type="drawable" name="img_guild_use_cases" id="0x7f080470" />
<public type="drawable" name="img_item_shop_dark" id="0x7f080471" />
<public type="drawable" name="img_logo_discord" id="0x7f080473" />
<public type="drawable" name="img_logo_square" id="0x7f08047b" />
<public type="drawable" name="img_new_tos_dark_theme" id="0x7f08047e" />
<public type="drawable" name="img_new_tos_light_theme" id="0x7f08047f" />
<public type="drawable" name="img_nitro_classic_pattern" id="0x7f080481" />
<public type="drawable" name="img_nitro_uncancel" id="0x7f080485" />
<public type="drawable" name="img_no_gifts" id="0x7f080486" />
<public type="drawable" name="img_no_text_channels_dark" id="0x7f08048b" />
<public type="drawable" name="img_no_text_channels_light" id="0x7f08048c" />
<public type="drawable" name="img_nsfw_dark_theme" id="0x7f08048d" />
<public type="drawable" name="img_nsfw_light_theme" id="0x7f08048e" />
<public type="drawable" name="img_plus_illo" id="0x7f080491" />
<public type="drawable" name="img_poop_dark" id="0x7f080492" />
<public type="drawable" name="img_poop_light" id="0x7f080493" />
<public type="drawable" name="img_quick_switcher_empty" id="0x7f080494" />
<public type="drawable" name="img_remote_auth_finished" id="0x7f080495" />
<public type="drawable" name="img_remote_auth_not_found" id="0x7f080497" />
<public type="drawable" name="img_server_boost_long" id="0x7f080498" />
<public type="drawable" name="img_server_nitro_status" id="0x7f080499" />
<public type="drawable" name="img_verify_email_dark_theme" id="0x7f08049c" />
<public type="drawable" name="img_verify_email_light_theme" id="0x7f08049d" />
<public type="drawable" name="img_verify_phone_dark_theme" id="0x7f08049e" />
<public type="drawable" name="img_verify_phone_light_theme" id="0x7f08049f" />
<public type="drawable" name="img_wumpus_ball_dark" id="0x7f0804a3" />
<public type="drawable" name="img_wumpus_ball_light" id="0x7f0804a4" />
<public type="drawable" name="img_wumpus_tophat_dark" id="0x7f0804a7" />
<public type="drawable" name="img_wumpus_tophat_light" id="0x7f0804a8" />
<public type="drawable" name="mtrl_dialog_background" id="0x7f0804a9" />
<public type="drawable" name="mtrl_dropdown_arrow" id="0x7f0804aa" />
<public type="drawable" name="mtrl_ic_arrow_drop_down" id="0x7f0804ab" />
<public type="drawable" name="mtrl_ic_arrow_drop_up" id="0x7f0804ac" />
<public type="drawable" name="mtrl_ic_cancel" id="0x7f0804ad" />
<public type="drawable" name="mtrl_ic_error" id="0x7f0804ae" />
<public type="drawable" name="mtrl_popupmenu_background" id="0x7f0804af" />
<public type="drawable" name="mtrl_popupmenu_background_dark" id="0x7f0804b0" />
<public type="drawable" name="mtrl_tabs_default_indicator" id="0x7f0804b1" />
<public type="drawable" name="navigation_empty_icon" id="0x7f0804b2" />
<public type="drawable" name="notification_action_background" id="0x7f0804b3" />
<public type="drawable" name="notification_bg" id="0x7f0804b4" />
<public type="drawable" name="notification_bg_low" id="0x7f0804b5" />
<public type="drawable" name="notification_icon_background" id="0x7f0804ba" />
<public type="drawable" name="notification_template_icon_bg" id="0x7f0804bb" />
<public type="drawable" name="notification_template_icon_low_bg" id="0x7f0804bc" />
<public type="drawable" name="notification_tile_bg" id="0x7f0804bd" />
<public type="drawable" name="preference_list_divider_material" id="0x7f0804bf" />
<public type="drawable" name="reactions_divider" id="0x7f0804c0" />
<public type="drawable" name="ripple_brighten" id="0x7f0804c1" />
<public type="drawable" name="ripple_darken" id="0x7f0804c2" />
<public type="drawable" name="selectable_feedback_happy_dark" id="0x7f0804c3" />
<public type="drawable" name="selectable_feedback_happy_light" id="0x7f0804c4" />
<public type="drawable" name="selectable_feedback_neutral_dark" id="0x7f0804c5" />
<public type="drawable" name="selectable_feedback_neutral_light" id="0x7f0804c6" />
<public type="drawable" name="selectable_feedback_sad_dark" id="0x7f0804c7" />
<public type="drawable" name="selectable_feedback_sad_light" id="0x7f0804c8" />
<public type="drawable" name="tab_dot_selector" id="0x7f0804c9" />
<public type="drawable" name="tab_indicator_default" id="0x7f0804ca" />
<public type="drawable" name="tab_indicator_selected" id="0x7f0804cb" />
<public type="drawable" name="test_custom_background" id="0x7f0804cc" />
<public type="drawable" name="tooltip_frame_dark" id="0x7f0804cd" />
<public type="drawable" name="tooltip_frame_light" id="0x7f0804ce" />
<public type="drawable" name="trash_bg" id="0x7f0804cf" />
<public type="drawable" name="ucrop_shadow_upside" id="0x7f0804d8" />
<public type="drawable" name="ucrop_vector_ic_crop" id="0x7f0804d9" />
<public type="drawable" name="ucrop_vector_loader" id="0x7f0804da" />
<public type="drawable" name="ucrop_vector_loader_animated" id="0x7f0804db" />
<public type="drawable" name="abc_control_background_material" id="0x7f08002c" />
<public type="drawable" name="bg_cloud_pattern_dark" id="0x7f080092" />
<public type="drawable" name="bg_cloud_pattern_light" id="0x7f080093" />
@ -3201,81 +3202,81 @@
<public type="drawable" name="ic_overflow_light_24dp" id="0x7f080351" />
<public type="drawable" name="ic_popup_settings_grey_a60_24dp" id="0x7f080374" />
<public type="drawable" name="ic_popup_settings_white_a60_24dp" id="0x7f080375" />
<public type="drawable" name="ic_profile_badge_nitro_32dp" id="0x7f08037a" />
<public type="drawable" name="ic_profile_badge_partner_32dp" id="0x7f08037b" />
<public type="drawable" name="ic_reddit_white_24dp" id="0x7f08038e" />
<public type="drawable" name="ic_send_24dp" id="0x7f08039e" />
<public type="drawable" name="ic_settings_24dp" id="0x7f0803a2" />
<public type="drawable" name="ic_start_stream_24dp" id="0x7f0803b7" />
<public type="drawable" name="ic_status_dnd_16dp" id="0x7f0803b8" />
<public type="drawable" name="ic_status_idle_16dp" id="0x7f0803b9" />
<public type="drawable" name="ic_status_streaming_16dp" id="0x7f0803bc" />
<public type="drawable" name="ic_stop_stream" id="0x7f0803be" />
<public type="drawable" name="ic_twitch_white_24dp" id="0x7f0803d8" />
<public type="drawable" name="ic_twitter_white_18dp" id="0x7f0803d9" />
<public type="drawable" name="ic_twitter_white_24dp" id="0x7f0803da" />
<public type="drawable" name="ic_upload_24dp" id="0x7f0803df" />
<public type="drawable" name="ic_user_actions_remove_friend_grey_a60_24dp" id="0x7f0803ec" />
<public type="drawable" name="ic_user_actions_remove_friend_white_a60_24dp" id="0x7f0803ed" />
<public type="drawable" name="ic_user_actions_unblock_grey_a60_24dp" id="0x7f0803ee" />
<public type="drawable" name="ic_user_actions_unblock_white_a60_24dp" id="0x7f0803ef" />
<public type="drawable" name="ic_user_profile_action_add_friend" id="0x7f0803f1" />
<public type="drawable" name="ic_user_profile_action_call_grey_a60_24dp" id="0x7f0803f2" />
<public type="drawable" name="ic_user_profile_action_call_white_a60_24dp" id="0x7f0803f3" />
<public type="drawable" name="ic_voice_channel_streaming" id="0x7f080404" />
<public type="drawable" name="ic_voice_quality_average" id="0x7f080405" />
<public type="drawable" name="ic_voice_quality_bad" id="0x7f080406" />
<public type="drawable" name="ic_voice_quality_fine" id="0x7f080407" />
<public type="drawable" name="ic_voice_quality_unknown" id="0x7f080408" />
<public type="drawable" name="img_addfriends_empty_dark" id="0x7f080440" />
<public type="drawable" name="img_addfriends_empty_light" id="0x7f080441" />
<public type="drawable" name="img_addfriends_notconnected_dark" id="0x7f080442" />
<public type="drawable" name="img_addfriends_notconnected_light" id="0x7f080443" />
<public type="drawable" name="img_animated_emoji_upsell" id="0x7f080444" />
<public type="drawable" name="img_avatar_upsell" id="0x7f08044c" />
<public type="drawable" name="img_badge_upsell" id="0x7f08044f" />
<public type="drawable" name="img_boost_activated" id="0x7f080450" />
<public type="drawable" name="img_empty_friends_no_suggestions_dark" id="0x7f080454" />
<public type="drawable" name="img_empty_friends_no_suggestions_light" id="0x7f080455" />
<public type="drawable" name="img_empty_friends_none_blocked_dark" id="0x7f080456" />
<public type="drawable" name="img_empty_friends_none_blocked_light" id="0x7f080457" />
<public type="drawable" name="img_empty_friends_none_dark" id="0x7f080458" />
<public type="drawable" name="img_empty_friends_none_light" id="0x7f080459" />
<public type="drawable" name="img_empty_friends_none_online_dark" id="0x7f08045a" />
<public type="drawable" name="img_empty_friends_none_online_light" id="0x7f08045b" />
<public type="drawable" name="img_empty_friends_none_pending_dark" id="0x7f08045c" />
<public type="drawable" name="img_empty_friends_none_pending_light" id="0x7f08045d" />
<public type="drawable" name="img_empty_server_settings_emoji_dark" id="0x7f08045f" />
<public type="drawable" name="img_empty_server_settings_emoji_light" id="0x7f080460" />
<public type="drawable" name="img_global_emoji_upsell" id="0x7f08046c" />
<public type="drawable" name="img_logo_discord_nitro" id="0x7f080473" />
<public type="drawable" name="img_logo_discord_nitro_brand" id="0x7f080474" />
<public type="drawable" name="img_logo_discord_nitro_classic" id="0x7f080475" />
<public type="drawable" name="img_logo_nitro" id="0x7f080476" />
<public type="drawable" name="img_logo_nitro_classic" id="0x7f080477" />
<public type="drawable" name="img_logo_nitro_classic_brand" id="0x7f080478" />
<public type="drawable" name="img_logo_nitro_classic_header" id="0x7f080479" />
<public type="drawable" name="img_mfa_dark" id="0x7f08047b" />
<public type="drawable" name="img_mfa_light" id="0x7f08047c" />
<public type="drawable" name="img_nitro_broken_wheel" id="0x7f08047f" />
<public type="drawable" name="img_nitro_pattern" id="0x7f080481" />
<public type="drawable" name="img_no_mutual_friends_dark" id="0x7f080486" />
<public type="drawable" name="img_no_mutual_friends_light" id="0x7f080487" />
<public type="drawable" name="img_no_mutual_servers_dark" id="0x7f080488" />
<public type="drawable" name="img_no_mutual_servers_light" id="0x7f080489" />
<public type="drawable" name="img_remote_auth_loaded" id="0x7f080495" />
<public type="drawable" name="img_tag_upsell" id="0x7f080499" />
<public type="drawable" name="img_upload_upsell" id="0x7f08049a" />
<public type="drawable" name="img_wumpus_jetpack" id="0x7f0804a4" />
<public type="drawable" name="img_wumpus_riding_wheel" id="0x7f0804a5" />
<public type="drawable" name="ucrop_ic_angle" id="0x7f0804cf" />
<public type="drawable" name="ucrop_ic_crop" id="0x7f0804d0" />
<public type="drawable" name="ucrop_ic_cross" id="0x7f0804d1" />
<public type="drawable" name="ucrop_ic_done" id="0x7f0804d2" />
<public type="drawable" name="ucrop_ic_next" id="0x7f0804d3" />
<public type="drawable" name="ucrop_ic_reset" id="0x7f0804d4" />
<public type="drawable" name="ucrop_ic_rotate" id="0x7f0804d5" />
<public type="drawable" name="ucrop_ic_scale" id="0x7f0804d6" />
<public type="drawable" name="ic_profile_badge_nitro_32dp" id="0x7f08037b" />
<public type="drawable" name="ic_profile_badge_partner_32dp" id="0x7f08037c" />
<public type="drawable" name="ic_reddit_white_24dp" id="0x7f08038f" />
<public type="drawable" name="ic_send_24dp" id="0x7f08039f" />
<public type="drawable" name="ic_settings_24dp" id="0x7f0803a3" />
<public type="drawable" name="ic_start_stream_24dp" id="0x7f0803b8" />
<public type="drawable" name="ic_status_dnd_16dp" id="0x7f0803b9" />
<public type="drawable" name="ic_status_idle_16dp" id="0x7f0803ba" />
<public type="drawable" name="ic_status_streaming_16dp" id="0x7f0803bd" />
<public type="drawable" name="ic_stop_stream" id="0x7f0803bf" />
<public type="drawable" name="ic_twitch_white_24dp" id="0x7f0803d9" />
<public type="drawable" name="ic_twitter_white_18dp" id="0x7f0803da" />
<public type="drawable" name="ic_twitter_white_24dp" id="0x7f0803db" />
<public type="drawable" name="ic_upload_24dp" id="0x7f0803e0" />
<public type="drawable" name="ic_user_actions_remove_friend_grey_a60_24dp" id="0x7f0803ed" />
<public type="drawable" name="ic_user_actions_remove_friend_white_a60_24dp" id="0x7f0803ee" />
<public type="drawable" name="ic_user_actions_unblock_grey_a60_24dp" id="0x7f0803ef" />
<public type="drawable" name="ic_user_actions_unblock_white_a60_24dp" id="0x7f0803f0" />
<public type="drawable" name="ic_user_profile_action_add_friend" id="0x7f0803f2" />
<public type="drawable" name="ic_user_profile_action_call_grey_a60_24dp" id="0x7f0803f3" />
<public type="drawable" name="ic_user_profile_action_call_white_a60_24dp" id="0x7f0803f4" />
<public type="drawable" name="ic_voice_channel_streaming" id="0x7f080405" />
<public type="drawable" name="ic_voice_quality_average" id="0x7f080406" />
<public type="drawable" name="ic_voice_quality_bad" id="0x7f080407" />
<public type="drawable" name="ic_voice_quality_fine" id="0x7f080408" />
<public type="drawable" name="ic_voice_quality_unknown" id="0x7f080409" />
<public type="drawable" name="img_addfriends_empty_dark" id="0x7f080441" />
<public type="drawable" name="img_addfriends_empty_light" id="0x7f080442" />
<public type="drawable" name="img_addfriends_notconnected_dark" id="0x7f080443" />
<public type="drawable" name="img_addfriends_notconnected_light" id="0x7f080444" />
<public type="drawable" name="img_animated_emoji_upsell" id="0x7f080445" />
<public type="drawable" name="img_avatar_upsell" id="0x7f08044d" />
<public type="drawable" name="img_badge_upsell" id="0x7f080450" />
<public type="drawable" name="img_boost_activated" id="0x7f080451" />
<public type="drawable" name="img_empty_friends_no_suggestions_dark" id="0x7f080455" />
<public type="drawable" name="img_empty_friends_no_suggestions_light" id="0x7f080456" />
<public type="drawable" name="img_empty_friends_none_blocked_dark" id="0x7f080457" />
<public type="drawable" name="img_empty_friends_none_blocked_light" id="0x7f080458" />
<public type="drawable" name="img_empty_friends_none_dark" id="0x7f080459" />
<public type="drawable" name="img_empty_friends_none_light" id="0x7f08045a" />
<public type="drawable" name="img_empty_friends_none_online_dark" id="0x7f08045b" />
<public type="drawable" name="img_empty_friends_none_online_light" id="0x7f08045c" />
<public type="drawable" name="img_empty_friends_none_pending_dark" id="0x7f08045d" />
<public type="drawable" name="img_empty_friends_none_pending_light" id="0x7f08045e" />
<public type="drawable" name="img_empty_server_settings_emoji_dark" id="0x7f080460" />
<public type="drawable" name="img_empty_server_settings_emoji_light" id="0x7f080461" />
<public type="drawable" name="img_global_emoji_upsell" id="0x7f08046d" />
<public type="drawable" name="img_logo_discord_nitro" id="0x7f080474" />
<public type="drawable" name="img_logo_discord_nitro_brand" id="0x7f080475" />
<public type="drawable" name="img_logo_discord_nitro_classic" id="0x7f080476" />
<public type="drawable" name="img_logo_nitro" id="0x7f080477" />
<public type="drawable" name="img_logo_nitro_classic" id="0x7f080478" />
<public type="drawable" name="img_logo_nitro_classic_brand" id="0x7f080479" />
<public type="drawable" name="img_logo_nitro_classic_header" id="0x7f08047a" />
<public type="drawable" name="img_mfa_dark" id="0x7f08047c" />
<public type="drawable" name="img_mfa_light" id="0x7f08047d" />
<public type="drawable" name="img_nitro_broken_wheel" id="0x7f080480" />
<public type="drawable" name="img_nitro_pattern" id="0x7f080482" />
<public type="drawable" name="img_no_mutual_friends_dark" id="0x7f080487" />
<public type="drawable" name="img_no_mutual_friends_light" id="0x7f080488" />
<public type="drawable" name="img_no_mutual_servers_dark" id="0x7f080489" />
<public type="drawable" name="img_no_mutual_servers_light" id="0x7f08048a" />
<public type="drawable" name="img_remote_auth_loaded" id="0x7f080496" />
<public type="drawable" name="img_tag_upsell" id="0x7f08049a" />
<public type="drawable" name="img_upload_upsell" id="0x7f08049b" />
<public type="drawable" name="img_wumpus_jetpack" id="0x7f0804a5" />
<public type="drawable" name="img_wumpus_riding_wheel" id="0x7f0804a6" />
<public type="drawable" name="ucrop_ic_angle" id="0x7f0804d0" />
<public type="drawable" name="ucrop_ic_crop" id="0x7f0804d1" />
<public type="drawable" name="ucrop_ic_cross" id="0x7f0804d2" />
<public type="drawable" name="ucrop_ic_done" id="0x7f0804d3" />
<public type="drawable" name="ucrop_ic_next" id="0x7f0804d4" />
<public type="drawable" name="ucrop_ic_reset" id="0x7f0804d5" />
<public type="drawable" name="ucrop_ic_rotate" id="0x7f0804d6" />
<public type="drawable" name="ucrop_ic_scale" id="0x7f0804d7" />
<public type="drawable" name="abc_ab_share_pack_mtrl_alpha" id="0x7f08001a" />
<public type="drawable" name="abc_btn_check_to_on_mtrl_000" id="0x7f08001f" />
<public type="drawable" name="abc_btn_check_to_on_mtrl_015" id="0x7f080020" />
@ -3332,15 +3333,15 @@
<public type="drawable" name="googleg_disabled_color_18" id="0x7f0801ba" />
<public type="drawable" name="googleg_standard_color_18" id="0x7f0801bb" />
<public type="drawable" name="ic_add_white_24dp" id="0x7f0801dd" />
<public type="drawable" name="notification_bg_low_normal" id="0x7f0804b5" />
<public type="drawable" name="notification_bg_low_pressed" id="0x7f0804b6" />
<public type="drawable" name="notification_bg_normal" id="0x7f0804b7" />
<public type="drawable" name="notification_bg_normal_pressed" id="0x7f0804b8" />
<public type="drawable" name="notify_panel_notification_icon_bg" id="0x7f0804bd" />
<public type="drawable" name="notification_bg_low_normal" id="0x7f0804b6" />
<public type="drawable" name="notification_bg_low_pressed" id="0x7f0804b7" />
<public type="drawable" name="notification_bg_normal" id="0x7f0804b8" />
<public type="drawable" name="notification_bg_normal_pressed" id="0x7f0804b9" />
<public type="drawable" name="notify_panel_notification_icon_bg" id="0x7f0804be" />
<public type="drawable" name="asset_security" id="0x7f08008d" />
<public type="drawable" name="common_full_open_on_phone" id="0x7f0800b1" />
<public type="drawable" name="ic_role_lock" id="0x7f080395" />
<public type="drawable" name="img_wump_trash_dark" id="0x7f0804a1" />
<public type="drawable" name="ic_role_lock" id="0x7f080396" />
<public type="drawable" name="img_wump_trash_dark" id="0x7f0804a2" />
<public type="drawable" name="asset_broken_results_dark" id="0x7f080073" />
<public type="drawable" name="asset_broken_results_light" id="0x7f080074" />
<public type="drawable" name="asset_default_avatar_80dp" id="0x7f080077" />
@ -3401,20 +3402,20 @@
<public type="drawable" name="ic_group_leave" id="0x7f0802ba" />
<public type="drawable" name="ic_img_selected_dark_theme" id="0x7f0802ef" />
<public type="drawable" name="ic_img_selected_light_theme" id="0x7f0802f0" />
<public type="drawable" name="ic_smiley_desaturated" id="0x7f0803af" />
<public type="drawable" name="ic_ternary_neutral_checked" id="0x7f0803c5" />
<public type="drawable" name="ic_ternary_neutral_unchecked" id="0x7f0803c6" />
<public type="drawable" name="ic_ternary_off_checked" id="0x7f0803c7" />
<public type="drawable" name="ic_ternary_off_disabled" id="0x7f0803c8" />
<public type="drawable" name="ic_ternary_off_unchecked" id="0x7f0803c9" />
<public type="drawable" name="ic_ternary_on_checked" id="0x7f0803ca" />
<public type="drawable" name="ic_ternary_on_unchecked" id="0x7f0803cb" />
<public type="drawable" name="img_empty_no_connections" id="0x7f08045e" />
<public type="drawable" name="img_nitro_splash_dark" id="0x7f080482" />
<public type="drawable" name="img_nitro_splash_light" id="0x7f080483" />
<public type="drawable" name="img_permission_prime" id="0x7f08048f" />
<public type="drawable" name="img_voice_no_connections_dark" id="0x7f08049f" />
<public type="drawable" name="img_voice_no_connections_light" id="0x7f0804a0" />
<public type="drawable" name="ic_smiley_desaturated" id="0x7f0803b0" />
<public type="drawable" name="ic_ternary_neutral_checked" id="0x7f0803c6" />
<public type="drawable" name="ic_ternary_neutral_unchecked" id="0x7f0803c7" />
<public type="drawable" name="ic_ternary_off_checked" id="0x7f0803c8" />
<public type="drawable" name="ic_ternary_off_disabled" id="0x7f0803c9" />
<public type="drawable" name="ic_ternary_off_unchecked" id="0x7f0803ca" />
<public type="drawable" name="ic_ternary_on_checked" id="0x7f0803cb" />
<public type="drawable" name="ic_ternary_on_unchecked" id="0x7f0803cc" />
<public type="drawable" name="img_empty_no_connections" id="0x7f08045f" />
<public type="drawable" name="img_nitro_splash_dark" id="0x7f080483" />
<public type="drawable" name="img_nitro_splash_light" id="0x7f080484" />
<public type="drawable" name="img_permission_prime" id="0x7f080490" />
<public type="drawable" name="img_voice_no_connections_dark" id="0x7f0804a0" />
<public type="drawable" name="img_voice_no_connections_light" id="0x7f0804a1" />
<public type="drawable" name="asset_account_sync_twitch" id="0x7f080071" />
<public type="drawable" name="asset_account_sync_youtube" id="0x7f080072" />
<public type="drawable" name="asset_default_avatar_32dp" id="0x7f080075" />
@ -3430,50 +3431,50 @@
<public type="drawable" name="ic_notification_call_24dp" id="0x7f080340" />
<public type="drawable" name="ic_notification_friends_24dp" id="0x7f080341" />
<public type="drawable" name="ic_notification_message_24dp" id="0x7f080342" />
<public type="drawable" name="ic_search" id="0x7f080399" />
<public type="drawable" name="ic_send_white_24dp" id="0x7f0803a0" />
<public type="drawable" name="ic_signal_cellular_connected_no_internet_4_bar_white_18dp" id="0x7f0803ab" />
<public type="drawable" name="ic_unavailable_server_46dp" id="0x7f0803db" />
<public type="drawable" name="icon_flag_au" id="0x7f08041a" />
<public type="drawable" name="icon_flag_bg" id="0x7f08041b" />
<public type="drawable" name="icon_flag_cs" id="0x7f08041c" />
<public type="drawable" name="icon_flag_da" id="0x7f08041d" />
<public type="drawable" name="icon_flag_de" id="0x7f08041e" />
<public type="drawable" name="icon_flag_el" id="0x7f08041f" />
<public type="drawable" name="icon_flag_en_gb" id="0x7f080420" />
<public type="drawable" name="icon_flag_en_us" id="0x7f080421" />
<public type="drawable" name="icon_flag_es_es" id="0x7f080422" />
<public type="drawable" name="icon_flag_eu" id="0x7f080423" />
<public type="drawable" name="icon_flag_fi" id="0x7f080424" />
<public type="drawable" name="icon_flag_fr" id="0x7f080425" />
<public type="drawable" name="icon_flag_gb" id="0x7f080426" />
<public type="drawable" name="icon_flag_hk" id="0x7f080427" />
<public type="drawable" name="icon_flag_hr" id="0x7f080428" />
<public type="drawable" name="icon_flag_hu" id="0x7f080429" />
<public type="drawable" name="icon_flag_it" id="0x7f08042a" />
<public type="drawable" name="icon_flag_ja" id="0x7f08042b" />
<public type="drawable" name="icon_flag_ko" id="0x7f08042c" />
<public type="drawable" name="icon_flag_lt" id="0x7f08042d" />
<public type="drawable" name="icon_flag_nl" id="0x7f08042e" />
<public type="drawable" name="icon_flag_no" id="0x7f08042f" />
<public type="drawable" name="icon_flag_pl" id="0x7f080430" />
<public type="drawable" name="icon_flag_pt_br" id="0x7f080431" />
<public type="drawable" name="icon_flag_ro" id="0x7f080432" />
<public type="drawable" name="icon_flag_ru" id="0x7f080433" />
<public type="drawable" name="icon_flag_sg" id="0x7f080434" />
<public type="drawable" name="icon_flag_sv_se" id="0x7f080435" />
<public type="drawable" name="icon_flag_th" id="0x7f080436" />
<public type="drawable" name="icon_flag_tr" id="0x7f080437" />
<public type="drawable" name="icon_flag_uk" id="0x7f080438" />
<public type="drawable" name="icon_flag_unknown" id="0x7f080439" />
<public type="drawable" name="icon_flag_vi" id="0x7f08043a" />
<public type="drawable" name="icon_flag_zh_cn" id="0x7f08043b" />
<public type="drawable" name="icon_flag_zh_tw" id="0x7f08043c" />
<public type="drawable" name="img_auth_bg_dark" id="0x7f080447" />
<public type="drawable" name="img_auth_bg_light" id="0x7f080448" />
<public type="drawable" name="img_gifting_pattern_dark" id="0x7f08046a" />
<public type="drawable" name="img_gifting_pattern_light" id="0x7f08046b" />
<public type="drawable" name="img_loading_clyde" id="0x7f080471" />
<public type="drawable" name="ic_search" id="0x7f08039a" />
<public type="drawable" name="ic_send_white_24dp" id="0x7f0803a1" />
<public type="drawable" name="ic_signal_cellular_connected_no_internet_4_bar_white_18dp" id="0x7f0803ac" />
<public type="drawable" name="ic_unavailable_server_46dp" id="0x7f0803dc" />
<public type="drawable" name="icon_flag_au" id="0x7f08041b" />
<public type="drawable" name="icon_flag_bg" id="0x7f08041c" />
<public type="drawable" name="icon_flag_cs" id="0x7f08041d" />
<public type="drawable" name="icon_flag_da" id="0x7f08041e" />
<public type="drawable" name="icon_flag_de" id="0x7f08041f" />
<public type="drawable" name="icon_flag_el" id="0x7f080420" />
<public type="drawable" name="icon_flag_en_gb" id="0x7f080421" />
<public type="drawable" name="icon_flag_en_us" id="0x7f080422" />
<public type="drawable" name="icon_flag_es_es" id="0x7f080423" />
<public type="drawable" name="icon_flag_eu" id="0x7f080424" />
<public type="drawable" name="icon_flag_fi" id="0x7f080425" />
<public type="drawable" name="icon_flag_fr" id="0x7f080426" />
<public type="drawable" name="icon_flag_gb" id="0x7f080427" />
<public type="drawable" name="icon_flag_hk" id="0x7f080428" />
<public type="drawable" name="icon_flag_hr" id="0x7f080429" />
<public type="drawable" name="icon_flag_hu" id="0x7f08042a" />
<public type="drawable" name="icon_flag_it" id="0x7f08042b" />
<public type="drawable" name="icon_flag_ja" id="0x7f08042c" />
<public type="drawable" name="icon_flag_ko" id="0x7f08042d" />
<public type="drawable" name="icon_flag_lt" id="0x7f08042e" />
<public type="drawable" name="icon_flag_nl" id="0x7f08042f" />
<public type="drawable" name="icon_flag_no" id="0x7f080430" />
<public type="drawable" name="icon_flag_pl" id="0x7f080431" />
<public type="drawable" name="icon_flag_pt_br" id="0x7f080432" />
<public type="drawable" name="icon_flag_ro" id="0x7f080433" />
<public type="drawable" name="icon_flag_ru" id="0x7f080434" />
<public type="drawable" name="icon_flag_sg" id="0x7f080435" />
<public type="drawable" name="icon_flag_sv_se" id="0x7f080436" />
<public type="drawable" name="icon_flag_th" id="0x7f080437" />
<public type="drawable" name="icon_flag_tr" id="0x7f080438" />
<public type="drawable" name="icon_flag_uk" id="0x7f080439" />
<public type="drawable" name="icon_flag_unknown" id="0x7f08043a" />
<public type="drawable" name="icon_flag_vi" id="0x7f08043b" />
<public type="drawable" name="icon_flag_zh_cn" id="0x7f08043c" />
<public type="drawable" name="icon_flag_zh_tw" id="0x7f08043d" />
<public type="drawable" name="img_auth_bg_dark" id="0x7f080448" />
<public type="drawable" name="img_auth_bg_light" id="0x7f080449" />
<public type="drawable" name="img_gifting_pattern_dark" id="0x7f08046b" />
<public type="drawable" name="img_gifting_pattern_light" id="0x7f08046c" />
<public type="drawable" name="img_loading_clyde" id="0x7f080472" />
<public type="drawable" name="asset_empty_mentions_arm_dark" id="0x7f080078" />
<public type="drawable" name="asset_empty_mentions_arm_light" id="0x7f080079" />
<public type="drawable" name="asset_empty_mentions_hand_dark" id="0x7f08007a" />
@ -3489,18 +3490,18 @@
<public type="drawable" name="ic_hypesquad_house1_winner_32dp" id="0x7f0802e8" />
<public type="drawable" name="ic_hypesquad_house2_winner_32dp" id="0x7f0802ea" />
<public type="drawable" name="ic_hypesquad_house3_winner_32dp" id="0x7f0802ec" />
<public type="drawable" name="icon_carrot" id="0x7f080418" />
<public type="drawable" name="icon_deafened_small" id="0x7f080419" />
<public type="drawable" name="icon_menu_copy" id="0x7f08043d" />
<public type="drawable" name="icon_muted_small" id="0x7f08043e" />
<public type="drawable" name="icon_save" id="0x7f08043f" />
<public type="drawable" name="img_auth_bg_bl" id="0x7f080445" />
<public type="drawable" name="img_auth_bg_br" id="0x7f080446" />
<public type="drawable" name="img_auth_bg_tr" id="0x7f080449" />
<public type="drawable" name="img_auth_logo" id="0x7f08044a" />
<public type="drawable" name="img_auth_logo_small" id="0x7f08044b" />
<public type="drawable" name="img_game_presence_nux" id="0x7f080465" />
<public type="drawable" name="img_overlay_nux" id="0x7f08048e" />
<public type="drawable" name="icon_carrot" id="0x7f080419" />
<public type="drawable" name="icon_deafened_small" id="0x7f08041a" />
<public type="drawable" name="icon_menu_copy" id="0x7f08043e" />
<public type="drawable" name="icon_muted_small" id="0x7f08043f" />
<public type="drawable" name="icon_save" id="0x7f080440" />
<public type="drawable" name="img_auth_bg_bl" id="0x7f080446" />
<public type="drawable" name="img_auth_bg_br" id="0x7f080447" />
<public type="drawable" name="img_auth_bg_tr" id="0x7f08044a" />
<public type="drawable" name="img_auth_logo" id="0x7f08044b" />
<public type="drawable" name="img_auth_logo_small" id="0x7f08044c" />
<public type="drawable" name="img_game_presence_nux" id="0x7f080466" />
<public type="drawable" name="img_overlay_nux" id="0x7f08048f" />
<public type="drawable" name="$bg_nitro__0" id="0x7f080006" />
<public type="drawable" name="$bg_nitro_caution__0" id="0x7f080007" />
<public type="drawable" name="$bg_nitro_classic__0" id="0x7f080008" />

View file

@ -1025,7 +1025,7 @@ ONE MORE THING {fixed}
<string name="cloud_sync_modal_or">OR</string>
<string name="collapse">Collapse</string>
<string name="collapse_category">Collapse Category</string>
<string name="com.crashlytics.android.build_id">3735047e-2c54-4100-a69d-11d9da1124d0</string>
<string name="com.crashlytics.android.build_id">c1541b19-19b9-4651-8f2d-5c0350a9d04c</string>
<string name="coming_soon">Coming Soon</string>
<string name="command_giphy_description">Search Animated GIFs on the Web</string>
<string name="command_me_description">Displays text with emphasis.</string>

View file

@ -4384,6 +4384,7 @@
<item name="chipIconSize">16.0dip</item>
<item name="chipIconVisible">true</item>
<item name="chipMinHeight">0.0dip</item>
<item name="chipMinTouchTargetSize">0.0dip</item>
<item name="chipStartPadding">@dimen/uikit_spacing_small</item>
</style>
<style name="UiKit.PremiumGuild.Settings.Marketing.Check" parent="@style/UiKit.TextView.Semibold">
@ -4841,11 +4842,11 @@
</style>
<style name="UiKit.ViewGroup.RecyclerView" parent="@style/UiKit.ViewGroup">
<item name="android:orientation">vertical</item>
<item name="android:fitsSystemWindows">true</item>
<item name="android:clipToPadding">false</item>
<item name="layoutManager">androidx.recyclerview.widget.LinearLayoutManager</item>
</style>
<style name="UiKit.ViewGroup.RecyclerView.AppBarScrollingViewBehavior" parent="@style/UiKit.ViewGroup.RecyclerView">
<item name="android:fitsSystemWindows">true</item>
<item name="android:layout_height">fill_parent</item>
<item name="layout_behavior">@string/action_bar_scrolling_view_behavior</item>
</style>