aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-06-21 23:25:51 +0200
committerGitHub <noreply@github.com>2016-06-21 23:25:51 +0200
commit4d1640d6ff26bc23482301396b37bae0d52e018c (patch)
tree2249a840e8631c76248bbbb4a7b77ea4abd48e9b
parent11666195398b8c673b47863ab07744c8926b54d0 (diff)
parente88f01923f88df869dccbafb437f3ca3f80e8f20 (diff)
Merge pull request #1923 from alexxthehood/patch-1
Update create_conference_dialog.xml to also match dark theme.
-rw-r--r--src/main/res/layout/create_conference_dialog.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/res/layout/create_conference_dialog.xml b/src/main/res/layout/create_conference_dialog.xml
index cab2ac57..8aae08a6 100644
--- a/src/main/res/layout/create_conference_dialog.xml
+++ b/src/main/res/layout/create_conference_dialog.xml
@@ -13,7 +13,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/your_account"
- android:textColor="@color/black87"
+ android:textColor="?attr/color_text_primary"
android:textSize="?attr/TextSizeBody" />
<Spinner
@@ -26,7 +26,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/conference_subject"
- android:textColor="@color/black87"
+ android:textColor="?attr/color_text_primary"
android:textSize="?attr/TextSizeBody" />
<EditText
@@ -35,8 +35,8 @@
android:layout_height="wrap_content"
android:hint="@string/edit_subject_hint"
android:inputType="textAutoComplete"
- android:textColor="@color/black87"
- android:textColorHint="@color/black54"
+ android:textColor="?attr/color_text_primary"
+ android:textColorHint="?attr/color_text_secondary"
android:textSize="?attr/TextSizeBody"/>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>