diff --git a/app/src/main/res/layout/activity_show_on_app_launch_setting.xml b/app/src/main/res/layout/activity_show_on_app_launch_setting.xml index cfc1e3a78e63..bc42e01d64c0 100644 --- a/app/src/main/res/layout/activity_show_on_app_launch_setting.xml +++ b/app/src/main/res/layout/activity_show_on_app_launch_setting.xml @@ -40,18 +40,21 @@ android:id="@+id/lastOpenedTabCheckListItem" android:layout_width="match_parent" android:layout_height="wrap_content" + android:minHeight="@dimen/oneLineItemHeight" app:primaryText="Last Opened Tab" /> + \ No newline at end of file diff --git a/network-protection/network-protection-impl/src/main/res/layout/item_geoswitching_country.xml b/network-protection/network-protection-impl/src/main/res/layout/item_geoswitching_country.xml index e0ac9373fe5e..0b0da49cec20 100644 --- a/network-protection/network-protection-impl/src/main/res/layout/item_geoswitching_country.xml +++ b/network-protection/network-protection-impl/src/main/res/layout/item_geoswitching_country.xml @@ -18,4 +18,5 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" + android:minHeight="@dimen/twoLineItemWithLargeImageHeight" app:leadingIconBackground="circular" /> \ No newline at end of file