summaryrefslogtreecommitdiffhomepage
path: root/android/src/main/res/layout
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-07-24 19:22:11 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-07-31 11:54:11 +0000
commitea8f2ea04033a226faa0fc6b1e70f569f316efe5 (patch)
treec9975e88f5b0db8e9d79bbd98470879f4bc5d618 /android/src/main/res/layout
parentde22805a3ae341aa1c2c8c8353c56caaf83208a3 (diff)
downloadmullvadvpn-ea8f2ea04033a226faa0fc6b1e70f569f316efe5.tar.xz
mullvadvpn-ea8f2ea04033a226faa0fc6b1e70f569f316efe5.zip
Use a single size for large text
Diffstat (limited to 'android/src/main/res/layout')
-rw-r--r--android/src/main/res/layout/connect.xml4
-rw-r--r--android/src/main/res/layout/problem_report.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/android/src/main/res/layout/connect.xml b/android/src/main/res/layout/connect.xml
index 86e80d15b6..83ef33a071 100644
--- a/android/src/main/res/layout/connect.xml
+++ b/android/src/main/res/layout/connect.xml
@@ -53,7 +53,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp"
android:textColor="@color/white"
- android:textSize="34sp"
+ android:textSize="@dimen/text_large"
android:textStyle="bold"
android:text="" />
<TextView android:id="@+id/country"
@@ -61,7 +61,7 @@
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp"
android:textColor="@color/white"
- android:textSize="34sp"
+ android:textSize="@dimen/text_large"
android:textStyle="bold"
android:text="" />
<LinearLayout android:id="@+id/tunnel_info"
diff --git a/android/src/main/res/layout/problem_report.xml b/android/src/main/res/layout/problem_report.xml
index 929f53079a..fede4e9a23 100644
--- a/android/src/main/res/layout/problem_report.xml
+++ b/android/src/main/res/layout/problem_report.xml
@@ -125,7 +125,7 @@
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:textColor="@color/white"
- android:textSize="34sp"
+ android:textSize="@dimen/text_large"
android:textStyle="bold"
android:text="@string/sending" />
<TextView android:id="@+id/send_details"