mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 13:08:33 +00:00
parent
73b8f11b5a
commit
83479d11b7
@ -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>
|
||||||
|
@ -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"/>
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user