mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
remove unused resources and igonre unused quantities simply coming in via transifex
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
ddb033c288
commit
df9e679ca1
2 changed files with 1 additions and 5 deletions
|
@ -79,6 +79,7 @@ android {
|
|||
disable 'InvalidPackage'
|
||||
disable 'MissingTranslation'
|
||||
disable 'VectorPath'
|
||||
disable 'UnusedQuantity'
|
||||
}
|
||||
|
||||
javaCompileOptions {
|
||||
|
|
|
@ -70,9 +70,6 @@
|
|||
<color name="textColorMaxContrast">#767676</color>
|
||||
<color name="colorBackgroundDarker">#DBDBDB</color>
|
||||
|
||||
<!-- Emoji list in chat window -->
|
||||
<color name="emoji_icons">#61000000</color>
|
||||
|
||||
<color name="fg_default">#666666</color>
|
||||
<color name="fg_inverse">#FFFFFF</color>
|
||||
|
||||
|
@ -83,8 +80,6 @@
|
|||
|
||||
<color name="bg_message_list_incoming_bubble">#EFEFEF</color>
|
||||
<color name="bg_message_list_incoming_bubble_deleted">#66EFEFEF</color>
|
||||
<color name="bg_message_list_outcoming_bubble">@color/colorPrimary</color>
|
||||
<color name="bg_message_list_outcoming_bubble_deleted">#800082C9</color>
|
||||
|
||||
<color name="bg_bottom_sheet">#FFFFFF</color>
|
||||
<color name="bg_call_screen_dialog">#121212</color>
|
||||
|
|
Loading…
Reference in a new issue