Changes of com.discord v1103
This commit is contained in:
parent
5356788649
commit
c983dcb906
7515 changed files with 282687 additions and 279470 deletions
|
@ -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" />
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue