aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_comment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_comment.xml')
-rw-r--r--app/src/main/res/layout/activity_comment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_comment.xml b/app/src/main/res/layout/activity_comment.xml
index 494872ce..f5c5afe1 100644
--- a/app/src/main/res/layout/activity_comment.xml
+++ b/app/src/main/res/layout/activity_comment.xml
@@ -37,7 +37,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
- android:textSize="16sp" />
+ android:textSize="?attr/font_16" />
<EditText
android:id="@+id/comment_edit_text_comment_activity"
@@ -46,7 +46,7 @@
android:gravity="top"
android:hint="@string/write_comment_hint"
android:inputType="textCapSentences|textMultiLine"
- android:textSize="18sp"
+ android:textSize="?attr/font_18"
android:background="#00000000"
android:textColor="@color/primaryTextColor" />