aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/create_bookmark.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/create_bookmark.xml')
-rw-r--r--app/src/main/res/layout/create_bookmark.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/create_bookmark.xml b/app/src/main/res/layout/create_bookmark.xml
index f72b39d8..d6f077c3 100644
--- a/app/src/main/res/layout/create_bookmark.xml
+++ b/app/src/main/res/layout/create_bookmark.xml
@@ -14,7 +14,8 @@
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:textSize="20dp"
- android:text="@string/common.comment" />
+ android:text="@string/common.comment"
+ android:textColor="?android:textColorPrimary"/>
<EditText
android:id="@+id/comment_text"
android:inputType="text"