mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-17 22:21:57 +03:00
f4f96bb7d9
Signed-off-by: Mario Danic <mario@lovelyhq.com>
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<resources>
|
|
|
|
<!-- Base application theme. -->
|
|
<style name="AppTheme" parent="Theme.MaterialComponents.Light.NoActionBar">
|
|
<!-- Customize your theme here. -->
|
|
<item name="colorPrimary">@color/colorPrimary</item>
|
|
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
|
<item name="colorAccent">@color/colorPrimary</item>
|
|
<item name="android:panelFullBackground">@color/colorPrimary</item>
|
|
<item name="android:itemBackground">@color/colorPrimary</item>
|
|
</style>
|
|
|
|
<style name="ErrorAppearance" parent="@android:style/TextAppearance">
|
|
<item name="android:textColor">@color/nc_darkRed</item>
|
|
<item name="android:textSize">12sp</item>
|
|
</style>
|
|
|
|
<style name="ChipTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
|
<item name="android:textColor">@android:color/white</item>
|
|
</style>
|
|
|
|
<style name="ChipAccentTextAppearance" parent="TextAppearance.MaterialComponents.Chip">
|
|
<item name="android:textColor">@color/colorAccent</item>
|
|
</style>
|
|
|
|
</resources>
|