1
0
Fork 0

Closes #9564 : Fixes cut off strings in ETP panel

master
ekager 2020-03-31 17:29:51 -07:00 committed by Emily Kager
parent 44432d281e
commit 4159cd3da7
1 changed files with 1 additions and 1 deletions

View File

@ -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"