diff options
Diffstat (limited to 'app/src/main/res/layout/activity_post_gallery.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_gallery.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_post_gallery.xml b/app/src/main/res/layout/activity_post_gallery.xml index 650a2e59..4e212e7f 100644 --- a/app/src/main/res/layout/activity_post_gallery.xml +++ b/app/src/main/res/layout/activity_post_gallery.xml @@ -205,8 +205,8 @@ android:hint="@string/post_title_hint" android:inputType="textCapSentences|textMultiLine" android:padding="16dp" - android:textColor="?attr/primaryTextColor" android:textSize="?attr/title_font_18" + android:textStyle="bold" android:fontFamily="?attr/title_font_family" /> <EditText |