- more chat ui improvements

- new primary and accent colors
- use color names in most drawables
This commit is contained in:
Juha Heinanen
2019-03-12 07:00:55 +02:00
parent 5abcb98a67
commit 16521106a3
20 changed files with 47 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<vector android:height="48dp" android:tint="#00ACC1"
<vector android:height="48dp" android:tint="@color/colorSecondary"
android:viewportHeight="24.0" android:viewportWidth="24.0"
android:width="48dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#FF000000" android:pathData="M18.5,6C15.46,6 13,8.46 13,11.5c0,1.33 0.47,2.55 1.26,3.5L9.74,15c0.79,-0.95 1.26,-2.17 1.26,-3.5C11,8.46 8.54,6 5.5,6S0,8.46 0,11.5 2.46,17 5.5,17h13c3.04,0 5.5,-2.46 5.5,-5.5S21.54,6 18.5,6zM5.5,15C3.57,15 2,13.43 2,11.5S3.57,8 5.5,8 9,9.57 9,11.5 7.43,15 5.5,15zM18.5,15c-1.93,0 -3.5,-1.57 -3.5,-3.5S16.57,8 18.5,8 22,9.57 22,11.5 20.43,15 18.5,15z"/>