From 9f30a7e6eb2083463a52a303bb53a4c93ca9b87b Mon Sep 17 00:00:00 2001 From: Josh Vocal Date: Sat, 21 Dec 2019 14:19:17 -0800 Subject: [PATCH] Replace fixed dp with defined dp dimension --- app/src/main/res/layout/tracking_protection_category.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/tracking_protection_category.xml b/app/src/main/res/layout/tracking_protection_category.xml index e3a832192..293d43c76 100644 --- a/app/src/main/res/layout/tracking_protection_category.xml +++ b/app/src/main/res/layout/tracking_protection_category.xml @@ -29,7 +29,7 @@ android:layout_height="wrap_content" android:layout_marginStart="@dimen/library_item_icon_margin_horizontal" android:layout_marginTop="12dp" - android:layout_marginEnd="16dp" + android:layout_marginEnd="@dimen/library_item_icon_margin_horizontal" android:clickable="false" android:textAppearance="@style/ListItemTextStyle" android:textSize="16sp"