aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_edit_post.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/activity_edit_post.xml')
-rw-r--r--app/src/main/res/layout/activity_edit_post.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_edit_post.xml b/app/src/main/res/layout/activity_edit_post.xml
index e7645c5e..1606fc16 100644
--- a/app/src/main/res/layout/activity_edit_post.xml
+++ b/app/src/main/res/layout/activity_edit_post.xml
@@ -37,7 +37,7 @@
android:layout_height="wrap_content"
android:gravity="top"
android:padding="16dp"
- android:textSize="?attr/font_18"
+ android:textSize="?attr/title_font_18"
android:textColor="@color/primaryTextColor" />
<View
@@ -53,7 +53,7 @@
android:padding="16dp"
android:hint="@string/post_text_content_hint"
android:inputType="textCapSentences|textMultiLine"
- android:textSize="?attr/font_18"
+ android:textSize="?attr/content_font_18"
android:background="#00000000"
android:textColor="@color/primaryTextColor" />