summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-09-30 16:07:08 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2019-09-30 16:08:05 +0000
commit1b9c8b98a64cc3e4afaffad4392b02cda5498096 (patch)
tree02acb3cb2189c858d5db1ee3fd28f1598e8d0d63 /android/src
parenta2c6201ae7176c462a5e62d58f21395d9e8aee90 (diff)
downloadmullvadvpn-1b9c8b98a64cc3e4afaffad4392b02cda5498096.tar.xz
mullvadvpn-1b9c8b98a64cc3e4afaffad4392b02cda5498096.zip
Remove spacer view
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/connect.xml11
1 files changed, 3 insertions, 8 deletions
diff --git a/android/src/main/res/layout/connect.xml b/android/src/main/res/layout/connect.xml
index 8b0629db43..133a945259 100644
--- a/android/src/main/res/layout/connect.xml
+++ b/android/src/main/res/layout/connect.xml
@@ -19,33 +19,28 @@
android:layout_height="50dp"
android:layout_marginLeft="12dp"
android:layout_marginVertical="12dp"
- android:src="@drawable/logo_icon"
android:layout_weight="0"
+ android:src="@drawable/logo_icon"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="8dp"
android:layout_marginVertical="12dp"
+ android:layout_weight="1"
android:textColor="@color/white80"
android:textSize="24sp"
android:textStyle="bold"
android:text="@string/app_name"
android:textAllCaps="true"
- android:layout_weight="0"
- />
- <View
- android:layout_width="0dp"
- android:layout_height="0dp"
- android:layout_weight="1"
/>
<ImageButton android:id="@+id/settings"
android:layout_width="wrap_content"
android:layout_height="match_parent"
+ android:layout_weight="0"
android:paddingHorizontal="12dp"
android:background="?android:attr/selectableItemBackground"
android:src="@drawable/icon_settings"
- android:layout_weight="0"
/>
</LinearLayout>