From d6f985174ac03c132576e5b4c08a07e637280e9f 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" />