aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_account.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-09-20 13:27:00 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-09-20 13:27:00 +0000
commit9ca494d4b5409b12b8262194f736284036858c01 (patch)
treeeabfd8bda9a18cf2c8053d6916627f7ee6f06759 /app/src/main/res/layout/item_account.xml
parent010c323769faf9703a84144576ba33eb4410562e (diff)
downloadinfinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.gz
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.bz2
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.lz
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.xz
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.zst
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.zip
Changing font size is available. Delete duplicate Edit menu in comments.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/layout/item_account.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_account.xml b/app/src/main/res/layout/item_account.xml
index d347dd67..35405b82 100644
--- a/app/src/main/res/layout/item_account.xml
+++ b/app/src/main/res/layout/item_account.xml
@@ -20,6 +20,7 @@
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:layout_gravity="center_vertical"
- android:textColor="@color/primaryTextColor" />
+ android:textColor="@color/primaryTextColor"
+ android:textSize="?attr/font_default" />
</LinearLayout> \ No newline at end of file