mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
Fix icons in dark theme
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
5dca5030a0
commit
820b1897be
@ -22,9 +22,6 @@
|
|||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="oval">
|
android:shape="oval">
|
||||||
<solid android:color="#757575" />
|
<solid android:color="#757575" />
|
||||||
<stroke
|
|
||||||
android:width="2dp"
|
|
||||||
android:color="@color/white" />
|
|
||||||
<size
|
<size
|
||||||
android:width="32dp"
|
android:width="32dp"
|
||||||
android:height="32dp" />
|
android:height="32dp" />
|
||||||
|
@ -22,9 +22,6 @@
|
|||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="oval">
|
android:shape="oval">
|
||||||
<solid android:color="@color/colorPrimary" />
|
<solid android:color="@color/colorPrimary" />
|
||||||
<stroke
|
|
||||||
android:width="2dp"
|
|
||||||
android:color="@color/white" />
|
|
||||||
<size
|
<size
|
||||||
android:width="32dp"
|
android:width="32dp"
|
||||||
android:height="32dp" />
|
android:height="32dp" />
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<vector android:autoMirrored="true" android:height="24dp"
|
<vector android:autoMirrored="true" android:height="24dp"
|
||||||
android:viewportHeight="24" android:viewportWidth="24"
|
android:viewportHeight="24" android:viewportWidth="24"
|
||||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<path android:fillColor="#D5D5D5" android:fillType="nonZero"
|
<path android:fillColor="@color/bg_message_list_incoming_bubble" android:fillType="nonZero"
|
||||||
android:pathData="M0,0l24,0l0,24l-24,0z" android:strokeAlpha="0"
|
android:pathData="M0,0l24,0l0,24l-24,0z" android:strokeAlpha="0"
|
||||||
android:strokeColor="#000000" android:strokeWidth="1"/>
|
android:strokeColor="#000000" android:strokeWidth="1"/>
|
||||||
<path android:fillColor="#FFFFFF" android:fillType="nonZero"
|
<path android:fillColor="#FFFFFF" android:fillType="nonZero"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<vector android:autoMirrored="true" android:height="24dp"
|
<vector android:autoMirrored="true" android:height="24dp"
|
||||||
android:viewportHeight="24" android:viewportWidth="24"
|
android:viewportHeight="24" android:viewportWidth="24"
|
||||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<path android:fillColor="#D5D5D5" android:fillType="nonZero"
|
<path android:fillColor="@color/bg_message_list_incoming_bubble" android:fillType="nonZero"
|
||||||
android:pathData="M0,0l24,0l0,24l-24,0z" android:strokeAlpha="0"
|
android:pathData="M0,0l24,0l0,24l-24,0z" android:strokeAlpha="0"
|
||||||
android:strokeColor="#000000" android:strokeWidth="1"/>
|
android:strokeColor="#000000" android:strokeWidth="1"/>
|
||||||
<path android:fillColor="#FFFFFF" android:fillType="nonZero"
|
<path android:fillColor="#FFFFFF" android:fillType="nonZero"
|
||||||
|
@ -33,7 +33,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.5.0'
|
classpath 'com.android.tools.build:gradle:3.5.1'
|
||||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
Loading…
Reference in New Issue
Block a user