Changes of com.discord v1259
This commit is contained in:
parent
b3b8f79220
commit
992e6ebb45
53 changed files with 1662 additions and 404 deletions
Binary file not shown.
Before Width: | Height: | Size: 6 KiB After Width: | Height: | Size: 6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 7 KiB |
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape android:shape="oval"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/primary_900_alpha_60" />
|
||||
</shape>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<inset android:insetLeft="56.0dip"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<shape>
|
||||
<size android:height="0.25dip" />
|
||||
<solid android:color="?colorBackgroundModifierAccent" />
|
||||
</shape>
|
||||
</inset>
|
|
@ -4,20 +4,20 @@
|
|||
<LinearLayout android:id="@id/floating_voice_controls_peek_container" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<View android:layout_gravity="center" android:id="@id/floating_voice_controls_handle" android:background="@drawable/rounded_rectangle_8dp_radius" android:layout_width="40.0dip" android:layout_height="4.0dip" android:layout_marginTop="4.0dip" android:layout_marginBottom="8.0dip" android:alpha="0.8" />
|
||||
<LinearLayout android:gravity="center" android:layout_marginBottom="16.0dip" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
|
||||
<ImageView android:id="@id/floating_voice_controls_video" android:background="@drawable/drawable_circle_black" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_videocam_white_24dp" android:contentDescription="@string/video" android:layout_marginHorizontal="12.0dip" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_video" android:background="@drawable/drawable_circle_black" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_videocam_white_24dp" android:contentDescription="@string/video" android:layout_marginHorizontal="12.0dip" app:backgroundTint="?colorBackgroundPrimary" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_screenshare" android:background="@drawable/drawable_circle_black" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_mobile_screenshare_24dp" android:contentDescription="@string/video" android:layout_marginHorizontal="12.0dip" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<FrameLayout android:id="@id/floating_voice_controls_controls_audio_output_container" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:layout_marginHorizontal="12.0dip">
|
||||
<ImageView android:id="@id/floating_voice_controls_audio_output" android:background="@drawable/drawable_circle_primary_900_alpha_60" android:src="@drawable/ic_sound_24dp" android:contentDescription="@string/switch_audio_output" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_audio_output" android:background="@drawable/drawable_circle_black" android:src="@drawable/ic_sound_24dp" android:contentDescription="@string/switch_audio_output" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:layout_gravity="end|center" android:id="@id/floating_voice_controls_audio_output_more" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_arrow_down_14dp" android:importantForAccessibility="no" android:layout_marginEnd="6.0dip" app:tint="@color/white" />
|
||||
</FrameLayout>
|
||||
<ImageView android:id="@id/floating_voice_controls_mute" android:background="@drawable/drawable_circle_black" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_mic_white_24dp" android:contentDescription="@string/mute" android:layout_marginHorizontal="12.0dip" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_stop_watching" android:background="@drawable/drawable_circle_red" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_stop_stream" android:contentDescription="@string/stop_watching" android:layout_marginHorizontal="12.0dip" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_disconnect" android:background="@drawable/drawable_circle_red" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_call_disconnect_24dp" android:contentDescription="@string/disconnect" android:layout_marginHorizontal="12.0dip" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
</LinearLayout>
|
||||
<com.google.android.material.button.MaterialButton android:textColor="@color/primary_100" android:id="@id/floating_voice_controls_push_to_talk" android:visibility="gone" android:layout_width="fill_parent" android:layout_marginBottom="16.0dip" android:text="@string/input_mode_ptt" android:backgroundTint="@color/primary_600" style="@style/UiKit.Material.Button" />
|
||||
<com.google.android.material.button.MaterialButton android:textColor="@color/primary_100" android:id="@id/floating_voice_controls_push_to_talk" android:visibility="gone" android:layout_width="fill_parent" android:layout_marginBottom="16.0dip" android:text="@string/input_mode_ptt" android:backgroundTint="@color/primary_630_alpha_90" style="@style/UiKit.Material.Button" />
|
||||
</LinearLayout>
|
||||
<androidx.cardview.widget.CardView android:layout_width="fill_parent" android:layout_height="wrap_content" app:cardBackgroundColor="?colorBackgroundPrimary" app:cardCornerRadius="8.0dip">
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<androidx.cardview.widget.CardView android:layout_width="fill_parent" android:layout_height="wrap_content" app:cardBackgroundColor="@color/primary_630_alpha_90" app:cardCornerRadius="8.0dip">
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:divider="@drawable/drawable_listitem_divider_left_padded" android:showDividers="middle" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<TextView android:id="@id/floating_voice_controls_audio_output_sheet" android:text="@string/audio_devices_change_output" app:drawableStartCompat="@drawable/ic_sound_bluetooth_24dp" app:drawableTint="?colorInteractiveNormal" style="@style/UiKit.ListItem.Icon" />
|
||||
<TextView android:id="@id/floating_voice_controls_invite_sheet" android:text="@string/instant_invite" app:drawableStartCompat="@drawable/ic_guild_invite_24dp" app:drawableTint="?colorInteractiveNormal" style="@style/UiKit.ListItem.Icon" />
|
||||
<TextView android:id="@id/floating_voice_controls_screenshare_sheet" android:text="@string/mobile_stream_screen_share" app:drawableStartCompat="@drawable/ic_mobile_screenshare_24dp" app:drawableTint="?colorInteractiveNormal" style="@style/UiKit.ListItem.Icon" />
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?primary_400" android:id="@id/private_call_status_secondary" style="@style/UiKit.TextView" />
|
||||
</LinearLayout>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:id="@id/widget_call_coordinator_layout" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
||||
<com.discord.widgets.voice.controls.FloatingVoiceControlsView2 android:theme="@style/AppTheme.Dark" android:id="@id/call_controls_floating_new" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior" />
|
||||
<com.discord.widgets.voice.controls.FloatingVoiceControlsView2 android:theme="@style/AppTheme.Dark" android:layout_gravity="center_horizontal" android:id="@id/call_controls_floating_new" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior" />
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
<com.discord.widgets.voice.controls.FloatingVoiceControlsView android:theme="@style/AppTheme.Dark" android:id="@id/call_controls_floating" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" app:layout_constrainedHeight="true" app:layout_constraintBottom_toTopOf="@id/call_floating_push_to_talk" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" />
|
||||
<com.google.android.material.button.MaterialButton android:textColor="@color/primary_100" android:id="@id/call_floating_push_to_talk" android:visibility="gone" android:layout_width="0.0dip" android:layout_margin="8.0dip" android:text="@string/input_mode_ptt" android:backgroundTint="@color/primary_700" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" style="@style/UiKit.Material.Button" />
|
||||
<com.google.android.material.button.MaterialButton android:theme="@style/AppTheme.Dark" android:textColor="@color/primary_100" android:id="@id/call_floating_push_to_talk" android:visibility="gone" android:layout_width="0.0dip" android:layout_margin="8.0dip" android:text="@string/input_mode_ptt" android:backgroundTint="@color/primary_630_alpha_90" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" style="@style/UiKit.Material.Button" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
@ -4,20 +4,20 @@
|
|||
<LinearLayout android:id="@id/floating_voice_controls_peek_container" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<View android:layout_gravity="center" android:id="@id/floating_voice_controls_handle" android:background="@drawable/rounded_rectangle_8dp_radius" android:layout_width="40.0dip" android:layout_height="4.0dip" android:layout_marginTop="4.0dip" android:layout_marginBottom="8.0dip" android:alpha="0.8" />
|
||||
<LinearLayout android:gravity="center" android:layout_marginBottom="16.0dip" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
|
||||
<ImageView android:id="@id/floating_voice_controls_video" android:background="@drawable/drawable_circle_black" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_videocam_white_24dp" android:contentDescription="@string/video" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_video" android:background="@drawable/drawable_circle_black" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_videocam_white_24dp" android:contentDescription="@string/video" app:backgroundTint="?colorBackgroundPrimary" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_screenshare" android:background="@drawable/drawable_circle_black" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_mobile_screenshare_24dp" android:contentDescription="@string/video" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<FrameLayout android:id="@id/floating_voice_controls_controls_audio_output_container" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip">
|
||||
<ImageView android:id="@id/floating_voice_controls_audio_output" android:background="@drawable/drawable_circle_primary_900_alpha_60" android:src="@drawable/ic_sound_24dp" android:contentDescription="@string/switch_audio_output" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_audio_output" android:background="@drawable/drawable_circle_black" android:src="@drawable/ic_sound_24dp" android:contentDescription="@string/switch_audio_output" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:layout_gravity="end|center" android:id="@id/floating_voice_controls_audio_output_more" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_arrow_down_14dp" android:importantForAccessibility="no" android:layout_marginEnd="6.0dip" app:tint="@color/white" />
|
||||
</FrameLayout>
|
||||
<ImageView android:id="@id/floating_voice_controls_mute" android:background="@drawable/drawable_circle_black" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_mic_white_24dp" android:contentDescription="@string/mute" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_stop_watching" android:background="@drawable/drawable_circle_red" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_stop_stream" android:contentDescription="@string/stop_watching" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/floating_voice_controls_disconnect" android:background="@drawable/drawable_circle_red" android:layout_marginLeft="12.0dip" android:layout_marginRight="12.0dip" android:src="@drawable/ic_call_disconnect_24dp" android:contentDescription="@string/disconnect" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
</LinearLayout>
|
||||
<com.google.android.material.button.MaterialButton android:textColor="@color/primary_100" android:id="@id/floating_voice_controls_push_to_talk" android:visibility="gone" android:layout_width="fill_parent" android:layout_marginBottom="16.0dip" android:text="@string/input_mode_ptt" android:backgroundTint="@color/primary_600" style="@style/UiKit.Material.Button" />
|
||||
<com.google.android.material.button.MaterialButton android:textColor="@color/primary_100" android:id="@id/floating_voice_controls_push_to_talk" android:visibility="gone" android:layout_width="fill_parent" android:layout_marginBottom="16.0dip" android:text="@string/input_mode_ptt" android:backgroundTint="@color/primary_630_alpha_90" style="@style/UiKit.Material.Button" />
|
||||
</LinearLayout>
|
||||
<androidx.cardview.widget.CardView android:layout_width="fill_parent" android:layout_height="wrap_content" app:cardBackgroundColor="?colorBackgroundPrimary" app:cardCornerRadius="8.0dip">
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<androidx.cardview.widget.CardView android:layout_width="fill_parent" android:layout_height="wrap_content" app:cardBackgroundColor="@color/primary_630_alpha_90" app:cardCornerRadius="8.0dip">
|
||||
<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:divider="@drawable/drawable_listitem_divider_left_padded" android:showDividers="middle" style="@style/UiKit.ViewGroup.LinearLayout">
|
||||
<TextView android:id="@id/floating_voice_controls_audio_output_sheet" android:text="@string/audio_devices_change_output" app:drawableStartCompat="@drawable/ic_sound_bluetooth_24dp" app:drawableTint="?colorInteractiveNormal" style="@style/UiKit.ListItem.Icon" />
|
||||
<TextView android:id="@id/floating_voice_controls_invite_sheet" android:text="@string/instant_invite" app:drawableStartCompat="@drawable/ic_guild_invite_24dp" app:drawableTint="?colorInteractiveNormal" style="@style/UiKit.ListItem.Icon" />
|
||||
<TextView android:id="@id/floating_voice_controls_screenshare_sheet" android:text="@string/mobile_stream_screen_share" app:drawableStartCompat="@drawable/ic_mobile_screenshare_24dp" app:drawableTint="?colorInteractiveNormal" style="@style/UiKit.ListItem.Icon" />
|
||||
|
|
|
@ -26,9 +26,9 @@
|
|||
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="?primary_400" android:id="@id/private_call_status_secondary" style="@style/UiKit.TextView" />
|
||||
</LinearLayout>
|
||||
<androidx.coordinatorlayout.widget.CoordinatorLayout android:id="@id/widget_call_coordinator_layout" android:layout_width="fill_parent" android:layout_height="fill_parent">
|
||||
<com.discord.widgets.voice.controls.FloatingVoiceControlsView2 android:theme="@style/AppTheme.Dark" android:id="@id/call_controls_floating_new" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior" />
|
||||
<com.discord.widgets.voice.controls.FloatingVoiceControlsView2 android:theme="@style/AppTheme.Dark" android:layout_gravity="center_horizontal" android:id="@id/call_controls_floating_new" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior" />
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
<com.discord.widgets.voice.controls.FloatingVoiceControlsView android:theme="@style/AppTheme.Dark" android:id="@id/call_controls_floating" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" app:layout_constrainedHeight="true" app:layout_constraintBottom_toTopOf="@id/call_floating_push_to_talk" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" />
|
||||
<com.google.android.material.button.MaterialButton android:textColor="@color/primary_100" android:id="@id/call_floating_push_to_talk" android:visibility="gone" android:layout_width="0.0dip" android:layout_margin="8.0dip" android:text="@string/input_mode_ptt" android:backgroundTint="@color/primary_700" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" style="@style/UiKit.Material.Button" />
|
||||
<com.google.android.material.button.MaterialButton android:theme="@style/AppTheme.Dark" android:textColor="@color/primary_100" android:id="@id/call_floating_push_to_talk" android:visibility="gone" android:layout_width="0.0dip" android:layout_margin="8.0dip" android:text="@string/input_mode_ptt" android:backgroundTint="@color/primary_630_alpha_90" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" style="@style/UiKit.Material.Button" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<ImageView android:id="@id/private_call_controls_video" android:background="@drawable/drawable_circle_black" android:layout_margin="12.0dip" android:src="@drawable/ic_videocam_white_24dp" android:contentDescription="@string/video" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<FrameLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="12.0dip">
|
||||
<ImageView android:id="@id/private_call_controls_audio_output" android:background="@drawable/drawable_circle_primary_900_alpha_60" android:src="@drawable/ic_sound_24dp" android:contentDescription="@string/switch_audio_output" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:id="@id/private_call_controls_audio_output" android:background="@drawable/drawable_circle_black" android:src="@drawable/ic_sound_24dp" android:contentDescription="@string/switch_audio_output" app:tint="@color/white" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
<ImageView android:layout_gravity="end|center" android:id="@id/private_call_controls_audio_output_more" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_arrow_down_14dp" android:importantForAccessibility="no" android:layout_marginEnd="6.0dip" app:tint="@color/white" />
|
||||
</FrameLayout>
|
||||
<ImageView android:id="@id/private_call_controls_mute" android:background="@drawable/drawable_circle_black" android:layout_margin="12.0dip" android:src="@drawable/ic_mic_white_24dp" android:contentDescription="@string/mute" style="@style/UiKit.Calls.ButtonCircle" />
|
||||
|
|
|
@ -3105,45 +3105,45 @@
|
|||
<public type="drawable" name="drawable_circle_premium_guild_gradient" id="0x7f08013c" />
|
||||
<public type="drawable" name="drawable_circle_primary_700" id="0x7f08013d" />
|
||||
<public type="drawable" name="drawable_circle_primary_900" id="0x7f08013e" />
|
||||
<public type="drawable" name="drawable_circle_primary_900_alpha_60" id="0x7f08013f" />
|
||||
<public type="drawable" name="drawable_circle_primary_900_alpha_80" id="0x7f080140" />
|
||||
<public type="drawable" name="drawable_circle_purple_brand" id="0x7f080141" />
|
||||
<public type="drawable" name="drawable_circle_red" id="0x7f080142" />
|
||||
<public type="drawable" name="drawable_circle_transparent" id="0x7f080143" />
|
||||
<public type="drawable" name="drawable_circle_white" id="0x7f080144" />
|
||||
<public type="drawable" name="drawable_circle_white_1" id="0x7f080145" />
|
||||
<public type="drawable" name="drawable_circle_white_12dp" id="0x7f080146" />
|
||||
<public type="drawable" name="drawable_circle_white_5" id="0x7f080147" />
|
||||
<public type="drawable" name="drawable_clickable_rounded_4dp_brighten" id="0x7f080148" />
|
||||
<public type="drawable" name="drawable_clickable_rounded_4dp_darken" id="0x7f080149" />
|
||||
<public type="drawable" name="drawable_cpv_edit_text_background" id="0x7f08014a" />
|
||||
<public type="drawable" name="drawable_empty_text_placeholder_dark" id="0x7f08014c" />
|
||||
<public type="drawable" name="drawable_file_selection_indicator_btn" id="0x7f08014d" />
|
||||
<public type="drawable" name="drawable_fill_black_alpha_20" id="0x7f08014e" />
|
||||
<public type="drawable" name="drawable_fill_purple" id="0x7f08014f" />
|
||||
<public type="drawable" name="drawable_friends_pending_dark" id="0x7f080150" />
|
||||
<public type="drawable" name="drawable_friends_pending_dark_selected" id="0x7f080151" />
|
||||
<public type="drawable" name="drawable_friends_pending_dark_unselected" id="0x7f080152" />
|
||||
<public type="drawable" name="drawable_friends_pending_invites_selector_dark" id="0x7f080153" />
|
||||
<public type="drawable" name="drawable_friends_pending_invites_selector_light" id="0x7f080154" />
|
||||
<public type="drawable" name="drawable_friends_pending_light" id="0x7f080155" />
|
||||
<public type="drawable" name="drawable_friends_pending_light_selected" id="0x7f080156" />
|
||||
<public type="drawable" name="drawable_friends_pending_light_unselected" id="0x7f080157" />
|
||||
<public type="drawable" name="drawable_gem_premium_guild_background_dark" id="0x7f080158" />
|
||||
<public type="drawable" name="drawable_gem_premium_guild_background_light" id="0x7f080159" />
|
||||
<public type="drawable" name="drawable_gem_tier_3" id="0x7f08015a" />
|
||||
<public type="drawable" name="drawable_gift_embed_gradient_overlay_dark" id="0x7f08015b" />
|
||||
<public type="drawable" name="drawable_gift_embed_gradient_overlay_light" id="0x7f08015c" />
|
||||
<public type="drawable" name="drawable_grey_user_icon" id="0x7f08015d" />
|
||||
<public type="drawable" name="drawable_guild_template_club" id="0x7f08015e" />
|
||||
<public type="drawable" name="drawable_guild_template_community" id="0x7f08015f" />
|
||||
<public type="drawable" name="drawable_guild_template_creator" id="0x7f080161" />
|
||||
<public type="drawable" name="drawable_guild_template_gaming" id="0x7f080163" />
|
||||
<public type="drawable" name="drawable_ic_ternary_neutral" id="0x7f080169" />
|
||||
<public type="drawable" name="drawable_ic_ternary_off" id="0x7f08016a" />
|
||||
<public type="drawable" name="drawable_ic_ternary_on" id="0x7f08016b" />
|
||||
<public type="drawable" name="drawable_icon_sync_integration" id="0x7f08016c" />
|
||||
<public type="drawable" name="drawable_invite_share_art_envelope" id="0x7f08016d" />
|
||||
<public type="drawable" name="drawable_circle_primary_900_alpha_80" id="0x7f08013f" />
|
||||
<public type="drawable" name="drawable_circle_purple_brand" id="0x7f080140" />
|
||||
<public type="drawable" name="drawable_circle_red" id="0x7f080141" />
|
||||
<public type="drawable" name="drawable_circle_transparent" id="0x7f080142" />
|
||||
<public type="drawable" name="drawable_circle_white" id="0x7f080143" />
|
||||
<public type="drawable" name="drawable_circle_white_1" id="0x7f080144" />
|
||||
<public type="drawable" name="drawable_circle_white_12dp" id="0x7f080145" />
|
||||
<public type="drawable" name="drawable_circle_white_5" id="0x7f080146" />
|
||||
<public type="drawable" name="drawable_clickable_rounded_4dp_brighten" id="0x7f080147" />
|
||||
<public type="drawable" name="drawable_clickable_rounded_4dp_darken" id="0x7f080148" />
|
||||
<public type="drawable" name="drawable_cpv_edit_text_background" id="0x7f080149" />
|
||||
<public type="drawable" name="drawable_empty_text_placeholder_dark" id="0x7f08014b" />
|
||||
<public type="drawable" name="drawable_file_selection_indicator_btn" id="0x7f08014c" />
|
||||
<public type="drawable" name="drawable_fill_black_alpha_20" id="0x7f08014d" />
|
||||
<public type="drawable" name="drawable_fill_purple" id="0x7f08014e" />
|
||||
<public type="drawable" name="drawable_friends_pending_dark" id="0x7f08014f" />
|
||||
<public type="drawable" name="drawable_friends_pending_dark_selected" id="0x7f080150" />
|
||||
<public type="drawable" name="drawable_friends_pending_dark_unselected" id="0x7f080151" />
|
||||
<public type="drawable" name="drawable_friends_pending_invites_selector_dark" id="0x7f080152" />
|
||||
<public type="drawable" name="drawable_friends_pending_invites_selector_light" id="0x7f080153" />
|
||||
<public type="drawable" name="drawable_friends_pending_light" id="0x7f080154" />
|
||||
<public type="drawable" name="drawable_friends_pending_light_selected" id="0x7f080155" />
|
||||
<public type="drawable" name="drawable_friends_pending_light_unselected" id="0x7f080156" />
|
||||
<public type="drawable" name="drawable_gem_premium_guild_background_dark" id="0x7f080157" />
|
||||
<public type="drawable" name="drawable_gem_premium_guild_background_light" id="0x7f080158" />
|
||||
<public type="drawable" name="drawable_gem_tier_3" id="0x7f080159" />
|
||||
<public type="drawable" name="drawable_gift_embed_gradient_overlay_dark" id="0x7f08015a" />
|
||||
<public type="drawable" name="drawable_gift_embed_gradient_overlay_light" id="0x7f08015b" />
|
||||
<public type="drawable" name="drawable_grey_user_icon" id="0x7f08015c" />
|
||||
<public type="drawable" name="drawable_guild_template_club" id="0x7f08015d" />
|
||||
<public type="drawable" name="drawable_guild_template_community" id="0x7f08015e" />
|
||||
<public type="drawable" name="drawable_guild_template_creator" id="0x7f080160" />
|
||||
<public type="drawable" name="drawable_guild_template_gaming" id="0x7f080162" />
|
||||
<public type="drawable" name="drawable_ic_ternary_neutral" id="0x7f080168" />
|
||||
<public type="drawable" name="drawable_ic_ternary_off" id="0x7f080169" />
|
||||
<public type="drawable" name="drawable_ic_ternary_on" id="0x7f08016a" />
|
||||
<public type="drawable" name="drawable_icon_sync_integration" id="0x7f08016b" />
|
||||
<public type="drawable" name="drawable_invite_share_art_envelope" id="0x7f08016c" />
|
||||
<public type="drawable" name="drawable_listitem_divider_left_padded" id="0x7f08016d" />
|
||||
<public type="drawable" name="drawable_logo_auth_dark" id="0x7f08016e" />
|
||||
<public type="drawable" name="drawable_logo_auth_light" id="0x7f08016f" />
|
||||
<public type="drawable" name="drawable_nitro_server_boost" id="0x7f080170" />
|
||||
|
@ -3809,13 +3809,13 @@
|
|||
<public type="drawable" name="bg_premium_subscription_header" id="0x7f0800be" />
|
||||
<public type="drawable" name="bg_premium_subscription_header_error" id="0x7f0800bf" />
|
||||
<public type="drawable" name="bg_premium_subscription_header_resub" id="0x7f0800c0" />
|
||||
<public type="drawable" name="drawable_guild_template_create" id="0x7f080160" />
|
||||
<public type="drawable" name="drawable_guild_template_friend" id="0x7f080162" />
|
||||
<public type="drawable" name="drawable_guild_template_study" id="0x7f080164" />
|
||||
<public type="drawable" name="drawable_ic_game_icon_placeholder_dark" id="0x7f080165" />
|
||||
<public type="drawable" name="drawable_ic_game_icon_placeholder_light" id="0x7f080166" />
|
||||
<public type="drawable" name="drawable_ic_nitro" id="0x7f080167" />
|
||||
<public type="drawable" name="drawable_ic_nitro_classic" id="0x7f080168" />
|
||||
<public type="drawable" name="drawable_guild_template_create" id="0x7f08015f" />
|
||||
<public type="drawable" name="drawable_guild_template_friend" id="0x7f080161" />
|
||||
<public type="drawable" name="drawable_guild_template_study" id="0x7f080163" />
|
||||
<public type="drawable" name="drawable_ic_game_icon_placeholder_dark" id="0x7f080164" />
|
||||
<public type="drawable" name="drawable_ic_game_icon_placeholder_light" id="0x7f080165" />
|
||||
<public type="drawable" name="drawable_ic_nitro" id="0x7f080166" />
|
||||
<public type="drawable" name="drawable_ic_nitro_classic" id="0x7f080167" />
|
||||
<public type="drawable" name="exo_edit_mode_logo" id="0x7f0801e5" />
|
||||
<public type="drawable" name="exo_icon_circular_play" id="0x7f0801e6" />
|
||||
<public type="drawable" name="exo_icon_fastforward" id="0x7f0801e7" />
|
||||
|
@ -4153,7 +4153,7 @@
|
|||
<public type="drawable" name="asset_default_avatar_64dp" id="0x7f080098" />
|
||||
<public type="drawable" name="asset_group_full" id="0x7f0800a1" />
|
||||
<public type="drawable" name="asset_mfa_server" id="0x7f0800a2" />
|
||||
<public type="drawable" name="drawable_default_invite_splash" id="0x7f08014b" />
|
||||
<public type="drawable" name="drawable_default_invite_splash" id="0x7f08014a" />
|
||||
<public type="drawable" name="ic_close_white_18dp" id="0x7f080292" />
|
||||
<public type="drawable" name="ic_notification_24dp" id="0x7f080377" />
|
||||
<public type="drawable" name="ic_notification_call_24dp" id="0x7f080378" />
|
||||
|
|
|
@ -1149,7 +1149,7 @@ We’re here to make a good impression."</string>
|
|||
<string name="color_picker_presets">Presets</string>
|
||||
<string name="color_picker_title">Select a color</string>
|
||||
<string name="color_picker_transparency">Transparency</string>
|
||||
<string name="com.crashlytics.android.build_id">3b9de323d48a4aca961790cd2928b5c4</string>
|
||||
<string name="com.crashlytics.android.build_id">aacab6ed31a34b57a278a5dfe0dfeeef</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue