summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt
index fc3efa4784..551f66e390 100644
--- a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt
+++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AdvancedFragment.kt
@@ -45,6 +45,12 @@ class AdvancedFragment : ServiceDependentFragment(OnNoService.GoBack) {
titleController.expandedTitleView = headerView.findViewById(R.id.expanded_title)
}
}
+
+ addItemDecoration(
+ ListItemDividerDecoration(parentActivity).apply {
+ topOffsetId = R.dimen.list_item_divider
+ }
+ )
}
return view