From a23de6172f050b54fe76df57a4ebaf9fc76dc3be Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 26 May 2021 10:26:30 -0300 Subject: [PATCH] Make HotspotHelpFragment headlines bold --- briar-android/src/main/res/layout/fragment_hotspot_help.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/briar-android/src/main/res/layout/fragment_hotspot_help.xml b/briar-android/src/main/res/layout/fragment_hotspot_help.xml index 03a54d006..50935079c 100644 --- a/briar-android/src/main/res/layout/fragment_hotspot_help.xml +++ b/briar-android/src/main/res/layout/fragment_hotspot_help.xml @@ -15,6 +15,7 @@ android:layout_height="wrap_content" android:text="@string/hotspot_help_wifi_title" android:textSize="16sp" + android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -52,6 +53,7 @@ android:layout_marginTop="16dp" android:text="@string/hotspot_help_site_title" android:textSize="16sp" + android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/wifi2View" /> @@ -115,6 +117,7 @@ android:layout_marginTop="32dp" android:text="@string/hotspot_help_fallback_title" android:textSize="16sp" + android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/site4View" />