2019-04-17 08:59:27 +03:00
|
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
2017-10-23 13:40:38 +03:00
|
|
|
|
|
|
|
<!-- Base application theme. -->
|
2018-11-28 18:37:25 +03:00
|
|
|
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
2017-10-23 13:40:38 +03:00
|
|
|
<!-- Customize your theme here. -->
|
|
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
2018-05-04 16:35:03 +03:00
|
|
|
<item name="colorAccent">@color/colorPrimary</item>
|
2019-01-02 02:41:35 +03:00
|
|
|
<item name="android:panelFullBackground">@color/colorPrimary</item>
|
2019-04-07 07:41:45 +03:00
|
|
|
<item name="android:itemBackground">@color/nc_outcoming_text_default</item>
|
2019-04-10 06:06:30 +03:00
|
|
|
<item name="android:textColor">@color/black</item>
|
2017-10-23 13:40:38 +03:00
|
|
|
</style>
|
2019-04-07 00:54:13 +03:00
|
|
|
|
|
|
|
<style name="ErrorAppearance" parent="@android:style/TextAppearance">
|
|
|
|
<item name="android:textColor">@color/nc_darkRed</item>
|
|
|
|
<item name="android:textSize">12sp</item>
|
|
|
|
</style>
|
|
|
|
|
2019-04-17 08:59:27 +03:00
|
|
|
<style name="ChipIncomingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
|
|
|
<item name="android:textColor">@color/nc_incoming_text_default</item>
|
2019-04-09 22:18:02 +03:00
|
|
|
</style>
|
|
|
|
|
2019-04-17 08:59:27 +03:00
|
|
|
<style name="ChipOutgoingTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
|
|
|
<item name="android:textColor">@color/nc_outcoming_text_default</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="ChipMentionTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
2019-04-09 22:18:02 +03:00
|
|
|
<item name="android:textColor">@color/colorAccent</item>
|
|
|
|
</style>
|
|
|
|
|
2017-10-23 13:40:38 +03:00
|
|
|
</resources>
|