White text on dark theme pin input.

Fixed #7509
This commit is contained in:
Matthias Riedl 2018-03-18 15:26:14 +01:00 committed by Greyson Parrelli
parent 73b8f11b5a
commit 83479d11b7
3 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:inputType="numberPassword" android:inputType="numberPassword"
android:textColor="?attr/registration_lock_reminder_view_pin_text_color"
android:hint="@string/registration_lock_reminder_view__enter_pin"/> android:hint="@string/registration_lock_reminder_view__enter_pin"/>
</com.google.android.material.textfield.TextInputLayout> </com.google.android.material.textfield.TextInputLayout>

View File

@ -186,6 +186,8 @@
<attr name="tooltip_default_color" format="reference|color" /> <attr name="tooltip_default_color" format="reference|color" />
<attr name="registration_lock_reminder_view_pin_text_color" format="color"/>
<attr name="contact_list_divider" format="reference"/> <attr name="contact_list_divider" format="reference"/>
<attr name="login_top_background" format="color"/> <attr name="login_top_background" format="color"/>

View File

@ -266,6 +266,8 @@
<item name="conversation_icon_attach_audio">@drawable/ic_audio_light</item> <item name="conversation_icon_attach_audio">@drawable/ic_audio_light</item>
<item name="conversation_icon_attach_video">@drawable/ic_video_light</item> <item name="conversation_icon_attach_video">@drawable/ic_video_light</item>
<item name="registration_lock_reminder_view_pin_text_color">@color/core_black</item>
<item name="reminder_header_background">#ff1d85d7</item> <item name="reminder_header_background">#ff1d85d7</item>
<item name="sticker_management_icon">@drawable/sticker_button_light</item> <item name="sticker_management_icon">@drawable/sticker_button_light</item>
@ -447,6 +449,8 @@
<item name="conversation_icon_attach_audio">@drawable/ic_audio_dark</item> <item name="conversation_icon_attach_audio">@drawable/ic_audio_dark</item>
<item name="conversation_icon_attach_video">@drawable/ic_video_dark</item> <item name="conversation_icon_attach_video">@drawable/ic_video_dark</item>
<item name="registration_lock_reminder_view_pin_text_color">@color/core_white</item>
<item name="reminder_header_background">@color/textsecure_primary_dark</item> <item name="reminder_header_background">@color/textsecure_primary_dark</item>
<item name="sticker_management_icon">@drawable/sticker_button_dark</item> <item name="sticker_management_icon">@drawable/sticker_button_dark</item>