From f6474881a0983d954e0b246f7f03cb92d9f69654 Mon Sep 17 00:00:00 2001
From: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Date: Tue, 14 May 2024 22:47:17 -0400
Subject: Bold title in PostXXXActivity.
---
app/src/main/res/layout/activity_post_gallery.xml | 2 +-
app/src/main/res/layout/activity_post_image.xml | 2 +-
app/src/main/res/layout/activity_post_link.xml | 2 +-
app/src/main/res/layout/activity_post_text.xml | 1 +
app/src/main/res/layout/activity_post_video.xml | 2 +-
5 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/app/src/main/res/layout/activity_post_gallery.xml b/app/src/main/res/layout/activity_post_gallery.xml
index 650a2e59..4e212e7f 100644
--- a/app/src/main/res/layout/activity_post_gallery.xml
+++ b/app/src/main/res/layout/activity_post_gallery.xml
@@ -205,8 +205,8 @@
android:hint="@string/post_title_hint"
android:inputType="textCapSentences|textMultiLine"
android:padding="16dp"
- android:textColor="?attr/primaryTextColor"
android:textSize="?attr/title_font_18"
+ android:textStyle="bold"
android:fontFamily="?attr/title_font_family" />