mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 12:38:33 +00:00
Fix 'next' button alignment during registration.
This commit is contained in:
@@ -46,7 +46,7 @@ class WhoCanSeeMyPhoneNumberFragment : DSLSettingsFragment(
|
||||
|
||||
binding.save.setOnClickListener {
|
||||
binding.save.isEnabled = false
|
||||
viewModel.onSave().subscribeBy(onComplete = {
|
||||
lifecycleDisposable += viewModel.onSave().subscribeBy(onComplete = {
|
||||
setFragmentResult(REQUEST_KEY, Bundle())
|
||||
findNavController().popBackStack()
|
||||
})
|
||||
|
||||
@@ -273,8 +273,8 @@
|
||||
android:layout_gravity="end"
|
||||
android:layout_marginStart="32dp"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginEnd="32dp"
|
||||
android:layout_marginBottom="16dp"
|
||||
android:layout_marginEnd="@dimen/dsl_settings_gutter"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:enabled="false"
|
||||
app:circularProgressMaterialButton__label="@string/CreateProfileActivity_next"
|
||||
app:materialThemeOverlay="@style/ThemeOverlay.Signal.CircularProgressIndicator.Tonal" />
|
||||
|
||||
@@ -27,4 +27,5 @@
|
||||
android:text="@string/RegistrationActivity_next"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user