Prepare to implement customization options for post details page.

This commit is contained in:
Alex Ning
2021-07-30 18:00:42 +08:00
parent e660da55f0
commit 720aa0b6bd
7 changed files with 72 additions and 1 deletions

View File

@@ -69,6 +69,7 @@
android:maxLines="2"
android:textColor="#FFFFFF"
android:textSize="?attr/title_font_20"
android:fontFamily="?attr/title_font_family" />
android:fontFamily="?attr/title_font_family"
android:textStyle="bold" />
</com.google.android.material.card.MaterialCardView>