summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-15 14:37:13 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-08-18 14:32:17 +0000
commit4386a6498eef26d6d6fe5c10007136f92e5fa0c6 (patch)
treed4d909d77752a26d567dc6d75da3c61794b62e00
parenta7c9cbd4de0791221e48b305605d8c6f9e0baf3f (diff)
downloadmullvadvpn-4386a6498eef26d6d6fe5c10007136f92e5fa0c6.tar.xz
mullvadvpn-4386a6498eef26d6d6fe5c10007136f92e5fa0c6.zip
Tweak Problem Report screen
-rw-r--r--android/src/main/res/layout/problem_report.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/android/src/main/res/layout/problem_report.xml b/android/src/main/res/layout/problem_report.xml
index 8c8dba11dd..399973eef0 100644
--- a/android/src/main/res/layout/problem_report.xml
+++ b/android/src/main/res/layout/problem_report.xml
@@ -38,7 +38,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
- android:layout_marginTop="4dp"
+ android:layout_marginTop="2dp"
android:layout_marginBottom="8dp"
android:layout_marginHorizontal="@dimen/side_margin"
android:text="@string/report_a_problem"
@@ -70,21 +70,23 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
- android:layout_marginHorizontal="22dp"
+ android:layout_marginHorizontal="@dimen/side_margin"
android:singleLine="false"
android:hint="@string/user_message_hint"
android:gravity="top"
style="@style/InputText" />
<Button android:id="@+id/send_button"
android:layout_marginHorizontal="@dimen/side_margin"
- android:layout_marginVertical="16dp"
+ android:layout_marginTop="@dimen/button_separation"
+ android:layout_marginBottom="@dimen/screen_vertical_margin"
android:enabled="false"
android:text="@string/send"
style="@style/GreenButton" />
</LinearLayout>
<LinearLayout android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_marginVertical="16dp"
+ android:layout_marginTop="16dp"
+ android:layout_marginBottom="@dimen/screen_vertical_margin"
android:layout_marginHorizontal="@dimen/side_margin"
android:orientation="vertical">
<FrameLayout android:layout_width="60dp"
@@ -146,12 +148,12 @@
android:layout_height="0dp"
android:layout_weight="1" />
<Button android:id="@+id/edit_message_button"
- android:layout_marginTop="16dp"
+ android:layout_marginTop="@dimen/button_separation"
android:text="@string/edit_message"
android:visibility="gone"
style="@style/BlueButton" />
<Button android:id="@+id/try_again_button"
- android:layout_marginTop="16dp"
+ android:layout_marginTop="@dimen/button_separation"
android:text="@string/try_again"
android:visibility="gone"
style="@style/GreenButton" />