Changes of com.discord v1107

This commit is contained in:
root 2020-04-21 19:16:57 +02:00
parent 50d874b382
commit 8d3209d371
456 changed files with 9623 additions and 9010 deletions

View file

@ -8,7 +8,7 @@
<com.discord.utilities.view.text.SimpleDraweeSpanTextView android:id="@id/friends_list_item_activity" android:text="@string/sample_user_presence" style="@style/FriendsList.FriendsItem.Activity" />
</LinearLayout>
<LinearLayout android:id="@id/friends_list_item_buttons_wrap" style="@style/FriendsList.FriendsItem.ButtonsWrap">
<androidx.appcompat.widget.AppCompatImageView android:id="@id/friends_list_item_call_button" android:layout_marginEnd="@dimen/uikit_spacing_medium" app:srcCompat="@drawable/ic_user_profile_action_call_white_a60_24dp" app:tint="?colorInteractiveNormal" style="@style/FriendsList.FriendsItem.ActionButton" />
<androidx.appcompat.widget.AppCompatImageView android:id="@id/friends_list_item_chat_button" android:layout_marginStart="@dimen/uikit_spacing_medium" app:srcCompat="@drawable/ic_user_profile_action_message_white_a60_24dp" app:tint="?colorInteractiveNormal" style="@style/FriendsList.FriendsItem.ActionButton" />
<androidx.appcompat.widget.AppCompatImageView android:id="@id/friends_list_item_call_button" android:layout_marginEnd="@dimen/uikit_spacing_medium" app:srcCompat="@drawable/ic_user_profile_action_call_white_24dp" app:tint="?colorInteractiveNormal" style="@style/FriendsList.FriendsItem.ActionButton" />
<androidx.appcompat.widget.AppCompatImageView android:id="@id/friends_list_item_chat_button" android:layout_marginStart="@dimen/uikit_spacing_medium" app:srcCompat="@drawable/ic_user_profile_action_message_white_24dp" app:tint="?colorInteractiveNormal" style="@style/FriendsList.FriendsItem.ActionButton" />
</LinearLayout>
</RelativeLayout>

View file

@ -12,7 +12,7 @@
<LinearLayout android:id="@id/guild_profile_sheet_content_container" android:paddingBottom="@dimen/uikit_spacing_large" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" android:paddingStart="@dimen/uikit_spacing_large" android:paddingEnd="@dimen/uikit_spacing_large" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toBottomOf="@id/guild_profile_sheet_icon_card" style="@style/UiKit.ViewGroup.LinearLayout">
<LinearLayout style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">
<ImageView android:layout_gravity="center" android:id="@id/guild_profile_sheet_guild_verified_premium_icon" android:visibility="gone" android:layout_width="24.0dip" android:layout_height="24.0dip" android:importantForAccessibility="no" android:layout_marginEnd="@dimen/uikit_spacing_medium" />
<TextView android:textSize="@dimen/uikit_textsize_xxlarge" android:id="@id/guild_profile_sheet_name" android:maxLines="1" style="@style/UiKit.TextView.H1.Bold" />
<TextView android:textSize="@dimen/uikit_textsize_xxlarge" android:id="@id/guild_profile_sheet_name" style="@style/UiKit.TextView.H1.Bold" />
</LinearLayout>
<TextView android:id="@id/guild_profile_sheet_description" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_medium" style="@style/UiKit.TextView" />
<LinearLayout android:gravity="center" android:layout_width="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_medium" style="@style/UiKit.ViewGroup.LinearLayout.Horizontal">