Closes #9564 : Fixes cut off strings in ETP panel

fennec/production
ekager 4 years ago committed by Emily Kager
parent 44432d281e
commit 4159cd3da7

@ -31,7 +31,7 @@
<org.mozilla.fenix.trackingprotection.SwitchWithDescription
android:id="@+id/trackingProtectionSwitch"
android:layout_width="match_parent"
android:layout_height="@dimen/tracking_protection_item_height"
android:layout_height="wrap_content"
android:minHeight="@dimen/tracking_protection_item_height"
android:text="@string/preference_enhanced_tracking_protection"
app:layout_constraintBottom_toTopOf="@id/blocking_header"

Loading…
Cancel
Save