aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-09-26 16:30:24 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-09-26 16:30:24 +0000
commit837e461451a877c581ea38e401863a266a1781ca (patch)
tree640ec910dde0be8c8da0559b081c0f0a407d6a3e /app/src/main/res/layout/item_comment.xml
parent81c259edcb557e231766e17980bf7a20906ee983 (diff)
downloadinfinity-for-reddit-837e461451a877c581ea38e401863a266a1781ca.tar
infinity-for-reddit-837e461451a877c581ea38e401863a266a1781ca.tar.gz
infinity-for-reddit-837e461451a877c581ea38e401863a266a1781ca.tar.bz2
infinity-for-reddit-837e461451a877c581ea38e401863a266a1781ca.tar.lz
infinity-for-reddit-837e461451a877c581ea38e401863a266a1781ca.tar.xz
infinity-for-reddit-837e461451a877c581ea38e401863a266a1781ca.tar.zst
infinity-for-reddit-837e461451a877c581ea38e401863a266a1781ca.zip
Add title and content font size options.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/layout/item_comment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_comment.xml b/app/src/main/res/layout/item_comment.xml
index c286738a..1cac0a70 100644
--- a/app/src/main/res/layout/item_comment.xml
+++ b/app/src/main/res/layout/item_comment.xml
@@ -59,7 +59,7 @@
android:layout_marginEnd="32dp"
android:layout_marginBottom="8dp"
android:textColor="@color/primaryTextColor"
- android:textSize="?attr/font_default" />
+ android:textSize="?attr/content_font_default" />
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"