Implement new Material3 spec.

This commit is contained in:
Alex Hart
2022-05-26 17:32:52 -03:00
committed by Greyson Parrelli
parent 556e480b06
commit 1b471e163d
374 changed files with 3219 additions and 3049 deletions

View File

@@ -111,7 +111,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@id/recycler" />
<com.dd.CircularProgressButton
<org.thoughtcrime.securesms.util.views.CircularProgressMaterialButton
android:id="@+id/edit_notification_profile_save"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -120,16 +120,7 @@
android:layout_marginBottom="16dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:text="@string/EditProfileNameFragment_save"
android:textAllCaps="false"
android:textColor="@color/white"
app:cornerRadius="80dp"
app:cpb_colorIndicator="@color/white"
app:cpb_colorProgress="?colorAccent"
app:cpb_cornerRadius="28dp"
app:cpb_selectorIdle="@drawable/progress_button_state"
app:cpb_textIdle="@string/EditNotificationProfileFragment__next"
app:elevation="4dp"
app:circularProgressMaterialButton__label="@string/EditProfileNameFragment_save"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />