Changes of com.discord v1350

This commit is contained in:
root 2020-12-02 22:39:56 +00:00
parent 3f4974bc38
commit 298fda31c1
989 changed files with 44126 additions and 35238 deletions

View file

@ -9,7 +9,7 @@
<com.google.android.material.textfield.TextInputLayout android:id="@id/auth_login_country_code_wrap" android:visibility="gone" android:layout_width="wrap_content" android:hint="@string/country_code" android:layout_marginEnd="8.0dip" style="@style/UiKit.TextInputLayout">
<com.google.android.material.textfield.TextInputEditText android:layout_width="100.0dip" android:text="+1" style="@style/UiKit.TextInputLayout.EditText.SingleLine.CountryCode" />
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout android:id="@id/auth_login_login_wrap" android:layout_width="0.0dip" android:hint="@string/form_label_email" android:layout_weight="1.0" app:endIconMode="clear_text" style="@style/UiKit.TextInputLayout">
<com.google.android.material.textfield.TextInputLayout android:id="@id/auth_login_login_wrap" android:layout_width="0.0dip" android:hint="@string/form_label_email_or_phone_number" android:layout_weight="1.0" app:endIconMode="clear_text" style="@style/UiKit.TextInputLayout">
<com.google.android.material.textfield.TextInputEditText android:nextFocusForward="@id/auth_login_password" style="@style/UiKit.TextInputLayout.EditText.SingleLine.Email" />
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>

View file

@ -2,6 +2,6 @@
<androidx.constraintlayout.widget.ConstraintLayout android:background="?colorBackgroundSecondaryAlt" android:layout_width="fill_parent" android:layout_height="wrap_content"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
<androidx.recyclerview.widget.RecyclerView android:id="@id/chat_input_application_commands_recycler" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="wrap_content" app:layout_constraintBottom_toTopOf="@id/divider" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" />
<View android:id="@id/divider" android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="0.5dip" app:layout_constraintBottom_toTopOf="@id/chat_input_application_commands_option_description" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" />
<View android:id="@id/divider" android:background="?colorBackgroundFloating" android:layout_width="fill_parent" android:layout_height="0.5dip" app:layout_constraintBottom_toTopOf="@id/chat_input_application_commands_option_description" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" />
<TextView android:id="@id/chat_input_application_commands_option_description" android:paddingTop="8.0dip" android:paddingBottom="8.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginStart="16.0dip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" style="@style/UiKit.TextView" />
</androidx.constraintlayout.widget.ConstraintLayout>

View file

@ -23,7 +23,7 @@
<androidx.recyclerview.widget.RecyclerView android:id="@id/community_gating_rules_recycler" style="@style/UiKit.ViewGroup.RecyclerView" />
</androidx.cardview.widget.CardView>
<com.discord.views.CheckedSetting android:id="@id/community_gating_rules_check" app:cs_text="@string/member_verification_read_rules" app:cs_text_color="?colorHeaderSecondary" app:cs_text_fontpath="@font/whitney_medium" app:cs_text_size="@dimen/uikit_textsize_medium" app:cs_view_type="check" style="@style/UiKit.CheckedSetting.Themed" />
<com.discord.views.LoadingButton android:id="@id/community_gating_rules_confirm" android:paddingLeft="0.0dip" android:paddingRight="0.0dip" android:layout_marginLeft="16.0dip" android:layout_marginRight="16.0dip" android:layout_marginBottom="8.0dip" app:lb_progress_color="@color/white" app:lb_text="@string/confirm" style="@style/UiKit.Material.Button" />
<com.discord.views.LoadingButton android:id="@id/community_gating_rules_confirm" android:paddingLeft="0.0dip" android:paddingRight="0.0dip" android:layout_marginLeft="16.0dip" android:layout_marginRight="16.0dip" android:layout_marginBottom="8.0dip" app:lb_progress_color="@color/white" app:lb_text="@string/member_verification_notice_cta" style="@style/UiKit.Material.Button" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<com.discord.utilities.dimmer.DimmerView style="@style/UiKit.DimmerView" />