Clean up
@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="@color/signal_icon_tint_tab_selected" android:state_selected="true" />
|
||||
<item android:color="@color/signal_icon_tint_tab_unselected" />
|
||||
</selector>
|
Before Width: | Height: | Size: 117 B |
Before Width: | Height: | Size: 321 B |
Before Width: | Height: | Size: 304 B |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 114 B |
Before Width: | Height: | Size: 253 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 888 B |
Before Width: | Height: | Size: 143 B |
Before Width: | Height: | Size: 410 B |
Before Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.7 KiB |
@ -22,7 +22,6 @@
|
||||
<attr name="conversation_group_member_name" format="reference|color"/>
|
||||
|
||||
<attr name="fab_color" format="reference|color" />
|
||||
<attr name="lower_right_divet" format="reference" />
|
||||
|
||||
<attr name="ic_arrow_forward" format="reference" />
|
||||
<attr name="ic_visibility_on" format="reference" />
|
||||
@ -51,7 +50,6 @@
|
||||
<attr name="conversation_attach_image" format="reference"/>
|
||||
<attr name="conversation_attach_video" format="reference"/>
|
||||
<attr name="conversation_attach_sound" format="reference"/>
|
||||
<attr name="conversation_attach_contact_info" format="reference"/>
|
||||
<attr name="conversation_attach" format="reference"/>
|
||||
<attr name="conversation_number_picker_text_color_normal" format="reference|color"/>
|
||||
<attr name="conversation_number_picker_text_color_selected" format="reference|color"/>
|
||||
|
@ -169,7 +169,6 @@
|
||||
<item name="device_link_item_card_background">@color/device_link_item_background_dark</item>
|
||||
|
||||
<item name="fab_color">?colorAccent</item>
|
||||
<item name="lower_right_divet">@drawable/divet_lower_right_light</item>
|
||||
|
||||
<item name="conversation_background">@color/loki_darkest_gray</item>
|
||||
<item name="conversation_editor_background">#22ffffff</item>
|
||||
@ -182,7 +181,6 @@
|
||||
<item name="conversation_attach_image">@drawable/ic_image_dark</item>
|
||||
<item name="conversation_attach_video">@drawable/ic_movie_creation_dark</item>
|
||||
<item name="conversation_attach_sound">@drawable/ic_volume_up_dark</item>
|
||||
<item name="conversation_attach_contact_info">@drawable/ic_account_box_dark</item>
|
||||
<item name="conversation_attach">@drawable/ic_attach_white_24dp</item>
|
||||
<item name="conversation_number_picker_text_color_normal">@color/gray13</item>
|
||||
<item name="conversation_number_picker_text_color_selected">@color/white</item>
|
||||
|
@ -22,7 +22,6 @@
|
||||
<attr name="conversation_group_member_name" format="reference|color"/>
|
||||
|
||||
<attr name="fab_color" format="reference|color" />
|
||||
<attr name="lower_right_divet" format="reference" />
|
||||
|
||||
<attr name="ic_arrow_forward" format="reference" />
|
||||
<attr name="ic_visibility_on" format="reference" />
|
||||
@ -43,7 +42,6 @@
|
||||
<attr name="conversation_attach_image" format="reference"/>
|
||||
<attr name="conversation_attach_video" format="reference"/>
|
||||
<attr name="conversation_attach_sound" format="reference"/>
|
||||
<attr name="conversation_attach_contact_info" format="reference"/>
|
||||
<attr name="conversation_attach" format="reference"/>
|
||||
<attr name="conversation_number_picker_text_color_normal" format="reference|color"/>
|
||||
<attr name="conversation_number_picker_text_color_selected" format="reference|color"/>
|
||||
|