summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/drawable
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-05-08 20:12:58 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-05-11 12:24:27 +0000
commitc9950eb5a266e352cb24df67be1193ac5b9cf95f (patch)
tree30830cb3817980a54790e07c2b07c81619d1389f /android/src/main/res/drawable
parent9d4ca9d4d1d916f6fb3180ad8198f1ee3f091c44 (diff)
downloadmullvadvpn-c9950eb5a266e352cb24df67be1193ac5b9cf95f.tar.xz
mullvadvpn-c9950eb5a266e352cb24df67be1193ac5b9cf95f.zip
Format Android XML files
Diffstat (limited to 'android/src/main/res/drawable')
-rw-r--r--android/src/main/res/drawable/account_history_background.xml3
-rw-r--r--android/src/main/res/drawable/blue_button_background.xml1
-rw-r--r--android/src/main/res/drawable/cell_button_background.xml1
-rw-r--r--android/src/main/res/drawable/cell_input_background.xml1
-rw-r--r--android/src/main/res/drawable/green_button_background.xml1
-rw-r--r--android/src/main/res/drawable/red_button_background.xml1
-rw-r--r--android/src/main/res/drawable/transparent_red_button_background.xml1
-rw-r--r--android/src/main/res/drawable/transparent_red_left_half_button_background.xml1
-rw-r--r--android/src/main/res/drawable/transparent_red_right_half_button_background.xml1
-rw-r--r--android/src/main/res/drawable/white20_button_background.xml1
10 files changed, 0 insertions, 12 deletions
diff --git a/android/src/main/res/drawable/account_history_background.xml b/android/src/main/res/drawable/account_history_background.xml
index e0729e32cb..b596284ace 100644
--- a/android/src/main/res/drawable/account_history_background.xml
+++ b/android/src/main/res/drawable/account_history_background.xml
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-
<item>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
-
<corners android:radius="@dimen/account_input_corner_radius" />
<solid android:color="@color/darkBlue" />
</shape>
@@ -13,7 +11,6 @@
android:bottom="1dp"
android:left="1dp">
<shape xmlns:android="http://schemas.android.com/apk/res/android">
-
<corners android:radius="@dimen/account_input_corner_radius" />
<solid android:color="@color/white" />
</shape>
diff --git a/android/src/main/res/drawable/blue_button_background.xml b/android/src/main/res/drawable/blue_button_background.xml
index f6813bb22f..44f0406e46 100644
--- a/android/src/main/res/drawable/blue_button_background.xml
+++ b/android/src/main/res/drawable/blue_button_background.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
<item android:state_pressed="false">
<shape android:shape="rectangle">
<corners android:radius="4dp" />
diff --git a/android/src/main/res/drawable/cell_button_background.xml b/android/src/main/res/drawable/cell_button_background.xml
index 203eaecb27..e00f49464d 100644
--- a/android/src/main/res/drawable/cell_button_background.xml
+++ b/android/src/main/res/drawable/cell_button_background.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
<item android:state_pressed="false">
<shape android:shape="rectangle">
<solid android:color="@color/blue" />
diff --git a/android/src/main/res/drawable/cell_input_background.xml b/android/src/main/res/drawable/cell_input_background.xml
index a08eb4cbcc..436b3adb6e 100644
--- a/android/src/main/res/drawable/cell_input_background.xml
+++ b/android/src/main/res/drawable/cell_input_background.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
-
<corners android:radius="4dp" />
<solid android:color="@color/white10" />
</shape>
diff --git a/android/src/main/res/drawable/green_button_background.xml b/android/src/main/res/drawable/green_button_background.xml
index 608315067b..275f4fc3cb 100644
--- a/android/src/main/res/drawable/green_button_background.xml
+++ b/android/src/main/res/drawable/green_button_background.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
<item android:state_pressed="false">
<shape android:shape="rectangle">
<corners android:radius="4dp" />
diff --git a/android/src/main/res/drawable/red_button_background.xml b/android/src/main/res/drawable/red_button_background.xml
index b1d12de841..69f16f298f 100644
--- a/android/src/main/res/drawable/red_button_background.xml
+++ b/android/src/main/res/drawable/red_button_background.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
<item android:state_pressed="false">
<shape android:shape="rectangle">
<corners android:radius="4dp" />
diff --git a/android/src/main/res/drawable/transparent_red_button_background.xml b/android/src/main/res/drawable/transparent_red_button_background.xml
index a06b458c8c..e284fb9bfb 100644
--- a/android/src/main/res/drawable/transparent_red_button_background.xml
+++ b/android/src/main/res/drawable/transparent_red_button_background.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
<item android:state_pressed="false">
<shape android:shape="rectangle">
<corners android:radius="4dp" />
diff --git a/android/src/main/res/drawable/transparent_red_left_half_button_background.xml b/android/src/main/res/drawable/transparent_red_left_half_button_background.xml
index ab971b6b4e..1102ec771b 100644
--- a/android/src/main/res/drawable/transparent_red_left_half_button_background.xml
+++ b/android/src/main/res/drawable/transparent_red_left_half_button_background.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
<item android:state_pressed="false">
<shape android:shape="rectangle">
<corners android:topLeftRadius="4dp"
diff --git a/android/src/main/res/drawable/transparent_red_right_half_button_background.xml b/android/src/main/res/drawable/transparent_red_right_half_button_background.xml
index 2f2945bd94..0c31d5f429 100644
--- a/android/src/main/res/drawable/transparent_red_right_half_button_background.xml
+++ b/android/src/main/res/drawable/transparent_red_right_half_button_background.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
<item android:state_pressed="false">
<shape android:shape="rectangle">
<corners android:topRightRadius="4dp"
diff --git a/android/src/main/res/drawable/white20_button_background.xml b/android/src/main/res/drawable/white20_button_background.xml
index b4354e2d10..8a2601fdf8 100644
--- a/android/src/main/res/drawable/white20_button_background.xml
+++ b/android/src/main/res/drawable/white20_button_background.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
-
<item android:state_pressed="false">
<shape android:shape="rectangle">
<corners android:radius="4dp" />