summaryrefslogtreecommitdiffhomepage
path: root/android/src/main
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-09-15 21:23:23 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-09-23 21:40:50 +0000
commit44b4e2f3e4f6ab6e932ae9565d9fbf19b7515473 (patch)
treed65ce6a564d6d436b6bd32f0fdfe728c71672c6c /android/src/main
parent8a8525f79f9dc14797d760cb3afe474ea3409b46 (diff)
downloadmullvadvpn-44b4e2f3e4f6ab6e932ae9565d9fbf19b7515473.tar.xz
mullvadvpn-44b4e2f3e4f6ab6e932ae9565d9fbf19b7515473.zip
Remove unnecessary divider drawable
Diffstat (limited to 'android/src/main')
-rw-r--r--android/src/main/res/drawable/account_history_list_divider.xml5
-rw-r--r--android/src/main/res/layout/account_login.xml1
2 files changed, 0 insertions, 6 deletions
diff --git a/android/src/main/res/drawable/account_history_list_divider.xml b/android/src/main/res/drawable/account_history_list_divider.xml
deleted file mode 100644
index fa32039e1d..0000000000
--- a/android/src/main/res/drawable/account_history_list_divider.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <solid android:color="@color/darkBlue" />
-</shape>
diff --git a/android/src/main/res/layout/account_login.xml b/android/src/main/res/layout/account_login.xml
index 43d76c89e6..7ce8e27113 100644
--- a/android/src/main/res/layout/account_login.xml
+++ b/android/src/main/res/layout/account_login.xml
@@ -13,6 +13,5 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_below="@id/input"
- android:divider="@drawable/account_history_list_divider"
android:dividerHeight="@dimen/account_history_divider" />
</merge>