Changes of com.discord v1103

This commit is contained in:
root 2020-04-17 21:35:49 +02:00
parent 5356788649
commit c983dcb906
7515 changed files with 282687 additions and 279470 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<merge android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/participant_bg_avatar" android:layout_width="fill_parent" android:layout_height="fill_parent" app:fadeDuration="0" />
<View android:id="@id/participant_bg_avatar" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<View android:id="@id/participant_bg_letterbox" android:background="@android:color/black" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
<com.discord.views.VoiceUserView android:id="@id/participant_voice_user_view" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:vuv_avatar_size="@dimen/avatar_size_large" />
<com.discord.views.video.AppVideoStreamRenderer android:id="@id/participant_video_stream_renderer" android:visibility="gone" android:layout_width="0.0dip" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:vcpv_is_overlay="false" app:vcpv_match_video_orientation="false" />

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<merge android:layout_width="wrap_content" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.facebook.drawee.view.SimpleDraweeView android:layout_gravity="center" android:id="@id/voice_user_avatar" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_margin="4.0dip" app:actualImageScaleType="fitCenter" app:roundAsCircle="true" />
<com.facebook.drawee.view.SimpleDraweeView android:layout_gravity="center" android:id="@id/voice_user_avatar" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_margin="4.0dip" app:actualImageScaleType="fitCenter" app:fadeDuration="0" app:roundAsCircle="true" />
<TextView android:textSize="18.0sp" android:textColor="@color/primary_100" android:gravity="center" android:layout_gravity="center" android:id="@id/voice_user_name_display" android:background="@drawable/drawable_bg_voice_user_overlay" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:singleLine="true" style="@style/UiKit.TextView.Bold" />
</merge>

View file

@ -1054,7 +1054,7 @@ Last month, in response to COVID-19, we upped the Go Live viewer limit from 10 t
<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">8a06fa86-1fe3-4eb2-aad1-083a88e5ee54</string>
<string name="com.crashlytics.android.build_id">0712f6b4-045e-40f1-b135-311bbf4d17f2</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>