Unverified Commit 9180554c authored by Matthew Finkel's avatar Matthew Finkel
Browse files

squash! Modify UI/UX

Bug 40198: Spoof English toggle now overlaps with locale list
parent ce12d399
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ class LocaleSettingsFragment : Fragment() {
                localeUseCase = localeUseCase
            )
        )
        localeView = LocaleSettingsView(binding.root, interactor)
        localeView = LocaleSettingsView(binding.localeContainer, interactor)
        return view
    }

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent"  />
    <FrameLayout
    <androidx.constraintlayout.widget.ConstraintLayout
        android:id="@+id/locale_container"
        android:layout_width="match_parent"
        android:layout_height="0dp"