From 6333b47936810b051fded297c2e943951cda0cd6 Mon Sep 17 00:00:00 2001 From: Mike Scamell Date: Wed, 30 Oct 2024 11:47:46 +0000 Subject: [PATCH] # Conflicts: # app/src/androidTest/java/com/duckduckgo/app/browser/BrowserTabViewModelTest.kt # app/src/main/java/com/duckduckgo/app/browser/BrowserTabViewModel.kt # app/src/main/res/layout/activity_show_on_app_launch_setting.xml --- .../res/layout/activity_show_on_app_launch_setting.xml | 3 +++ .../duckduckgo/common/ui/view/listitem/RadioListItem.kt | 7 +++++++ .../common-ui/src/main/res/layout/view_radio_list_item.xml | 1 + .../src/main/res/values/attrs-radio-list-item.xml | 1 + .../src/main/res/layout/item_geoswitching_country.xml | 1 + 5 files changed, 13 insertions(+) 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