mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-14 00:05:04 +01:00
Improve icons further
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
f71a1b061f
commit
101a8eac6b
@ -25,8 +25,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:animateLayoutChanges="true"
|
||||
app:layout_behavior="">
|
||||
android:animateLayoutChanges="true">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/recyclerView"
|
||||
|
@ -22,6 +22,8 @@
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<bool name="is_night">true</bool>
|
||||
|
||||
<color name="conversation_item_header">#9FBDCC</color>
|
||||
<!--<color name="conversation_item_header">#CFCFCF</color>-->
|
||||
|
||||
|
7
app/src/main/res/values-v23/styles.xml
Normal file
7
app/src/main/res/values-v23/styles.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">
|
||||
<item name="android:windowLightStatusBar">true</item>
|
||||
<item name="android:statusBarColor">@color/transparent</item>
|
||||
</style>
|
||||
</resources>
|
@ -20,6 +20,7 @@
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<bool name="is_night">false</bool>
|
||||
<color name="colorPrimary">#0082C9</color>
|
||||
<color name="colorPrimaryDark">#006AA3</color>
|
||||
<color name="colorAccent">#007CC2</color>
|
||||
|
Loading…
Reference in New Issue
Block a user