summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/app_list_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/main/res/layout/app_list_item.xml b/android/src/main/res/layout/app_list_item.xml
index 49a15d06a8..3aceb75012 100644
--- a/android/src/main/res/layout/app_list_item.xml
+++ b/android/src/main/res/layout/app_list_item.xml
@@ -31,7 +31,7 @@
android:textSize="@dimen/text_medium"
android:text="" />
<net.mullvad.mullvadvpn.ui.widget.CellSwitch android:id="@+id/excluded"
- android:layout_width="52dp"
- android:layout_height="32dp"
+ android:layout_width="@dimen/cell_switch_width"
+ android:layout_height="@dimen/cell_switch_height"
android:layout_weight="0" />
</LinearLayout>