Changes of com.discord v1089

This commit is contained in:
root 2020-04-04 07:23:01 +02:00
parent cedbcce970
commit 5152186e60
73 changed files with 410 additions and 838 deletions

View file

@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<com.discord.utilities.view.grid.FrameGridLayout android:id="@id/guild_call_video_grid" android:background="@color/black" 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" />
<androidx.constraintlayout.widget.ConstraintLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
<androidx.recyclerview.widget.RecyclerView android:id="@id/guild_call_participant_list" android:background="?colorBackgroundPrimary" android:layout_width="fill_parent" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toBottomOf="@id/action_bar_toolbar_layout" />
<LinearLayout android:gravity="center" android:id="@id/guild_call_empty_state" android:background="?colorBackgroundPrimary" android:paddingLeft="@dimen/uikit_spacing_large" android:paddingRight="@dimen/uikit_spacing_large" android:layout_width="fill_parent" android:layout_height="0.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toBottomOf="@id/action_bar_toolbar_layout" style="@style/UiKit.ViewGroup.LinearLayout">
<androidx.recyclerview.widget.RecyclerView android:id="@id/guild_call_participant_list" android:background="?colorBackgroundPrimary" android:layout_width="fill_parent" android:layout_height="0.0dip" app:layout_constraintBottom_toTopOf="@id/guild_call_controls" app:layout_constraintTop_toBottomOf="@id/action_bar_toolbar_layout" />
<LinearLayout android:gravity="center" android:id="@id/guild_call_empty_state" android:background="?colorBackgroundPrimary" android:paddingLeft="@dimen/uikit_spacing_large" android:paddingRight="@dimen/uikit_spacing_large" android:layout_width="fill_parent" android:layout_height="0.0dip" app:layout_constraintBottom_toTopOf="@id/guild_call_controls" app:layout_constraintTop_toBottomOf="@id/action_bar_toolbar_layout" style="@style/UiKit.ViewGroup.LinearLayout">
<ImageView android:src="?img_voice_no_connections" style="@style/UiKit.ImageView" />
<TextView android:textSize="@dimen/uikit_textsize_medium" android:gravity="center" android:text="@string/voice_channel_empty" style="@style/UiKit.TextView" />
</LinearLayout>