diff options
-rw-r--r-- | app/src/main/res/layout/activity_post_gallery.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/activity_post_image.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/activity_post_link.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/layout/activity_post_text.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/activity_post_video.xml | 2 |
5 files changed, 5 insertions, 4 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 diff --git a/app/src/main/res/layout/activity_post_image.xml b/app/src/main/res/layout/activity_post_image.xml index c2c223cf..23652e08 100644 --- a/app/src/main/res/layout/activity_post_image.xml +++ b/app/src/main/res/layout/activity_post_image.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 diff --git a/app/src/main/res/layout/activity_post_link.xml b/app/src/main/res/layout/activity_post_link.xml index e6366e22..0a819666 100644 --- a/app/src/main/res/layout/activity_post_link.xml +++ b/app/src/main/res/layout/activity_post_link.xml @@ -211,8 +211,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" /> <com.google.android.material.button.MaterialButton diff --git a/app/src/main/res/layout/activity_post_text.xml b/app/src/main/res/layout/activity_post_text.xml index 8ae4fcb4..dd83a8bc 100644 --- a/app/src/main/res/layout/activity_post_text.xml +++ b/app/src/main/res/layout/activity_post_text.xml @@ -203,6 +203,7 @@ android:inputType="textCapSentences|textMultiLine" android:padding="16dp" android:textSize="?attr/title_font_18" + android:textStyle="bold" android:fontFamily="?attr/title_font_family" /> <EditText diff --git a/app/src/main/res/layout/activity_post_video.xml b/app/src/main/res/layout/activity_post_video.xml index 9171b0ec..83081e3c 100644 --- a/app/src/main/res/layout/activity_post_video.xml +++ b/app/src/main/res/layout/activity_post_video.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 |