aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_acknowledgement.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_acknowledgement.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_acknowledgement.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/src/main/res/layout/item_acknowledgement.xml b/app/src/main/res/layout/item_acknowledgement.xml
index 6ad6deb8..5e75d492 100644
--- a/app/src/main/res/layout/item_acknowledgement.xml
+++ b/app/src/main/res/layout/item_acknowledgement.xml
@@ -15,12 +15,13 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/primaryTextColor"
- android:textSize="16sp" />
+ android:textSize="?attr/font_16" />
<TextView
android:id="@+id/introduction_text_view_item_acknowledgement"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginTop="8dp" />
+ android:layout_marginTop="8dp"
+ android:textSize="?attr/font_default" />
</LinearLayout> \ No newline at end of file