mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-23 14:48:16 +00:00
Add missing files
This commit is contained in:
parent
ffb1eccb24
commit
aab7eca81e
32 changed files with 214 additions and 0 deletions
BIN
res/drawable-xhdpi/footer_chat_selected.png
Normal file
BIN
res/drawable-xhdpi/footer_chat_selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 833 B |
BIN
res/drawable-xhdpi/footer_contacts_selected.png
Normal file
BIN
res/drawable-xhdpi/footer_contacts_selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
res/drawable-xhdpi/footer_dialer_selected.png
Normal file
BIN
res/drawable-xhdpi/footer_dialer_selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 390 B |
BIN
res/drawable-xhdpi/footer_history_selected.png
Normal file
BIN
res/drawable-xhdpi/footer_history_selected.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
res/drawable-xhdpi/select_all_over.png
Normal file
BIN
res/drawable-xhdpi/select_all_over.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
10
res/drawable/add_call_button.xml
Normal file
10
res/drawable/add_call_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/options_add_call" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/add_call_disabled" />
|
||||
<item
|
||||
android:drawable="@drawable/add_call_default" />
|
||||
</selector>
|
||||
|
||||
5
res/drawable/add_call_default.xml
Normal file
5
res/drawable/add_call_default.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_add_call"
|
||||
android:alpha="0.5" />
|
||||
5
res/drawable/add_call_disabled.xml
Normal file
5
res/drawable/add_call_disabled.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_add_call"
|
||||
android:alpha="0.5" />
|
||||
9
res/drawable/back_button.xml
Normal file
9
res/drawable/back_button.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/back_over" />
|
||||
<item android:state_selected="true"
|
||||
android:drawable="@drawable/back" />
|
||||
<item
|
||||
android:drawable="@drawable/back" />
|
||||
</selector>
|
||||
10
res/drawable/button_back_background.xml
Normal file
10
res/drawable/button_back_background.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@color/colorE"/>
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@color/colorD" />
|
||||
<item
|
||||
android:drawable="@color/colorD" />
|
||||
</selector>
|
||||
|
||||
10
res/drawable/button_call_background.xml
Normal file
10
res/drawable/button_call_background.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@color/colorA" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@color/colorE" />
|
||||
<item
|
||||
android:drawable="@color/colorE" />
|
||||
</selector>
|
||||
|
||||
10
res/drawable/call_start_button.xml
Normal file
10
res/drawable/call_start_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/call_start_body_over" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/call_start_body_disabled" />
|
||||
<item
|
||||
android:drawable="@drawable/call_start_body_default" />
|
||||
</selector>
|
||||
|
||||
5
res/drawable/camera_default.xml
Normal file
5
res/drawable/camera_default.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/camera"
|
||||
android:alpha="0.2" />
|
||||
10
res/drawable/cancel_button.xml
Normal file
10
res/drawable/cancel_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/cancel_edit_over" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/cancel_edit" />
|
||||
<item
|
||||
android:drawable="@drawable/cancel_edit" />
|
||||
</selector>
|
||||
|
||||
10
res/drawable/chat_add_button.xml
Normal file
10
res/drawable/chat_add_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/chat_add_over" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/chat_add" />
|
||||
<item
|
||||
android:drawable="@drawable/chat_add" />
|
||||
</selector>
|
||||
|
||||
10
res/drawable/chat_start_button.xml
Normal file
10
res/drawable/chat_start_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/chat_start_body_over" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/chat_start_body_disabled" />
|
||||
<item
|
||||
android:drawable="@drawable/chat_start_body_default" />
|
||||
</selector>
|
||||
|
||||
10
res/drawable/clean_field_button.xml
Normal file
10
res/drawable/clean_field_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/clean_field_over" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/clean_field_default" />
|
||||
<item
|
||||
android:drawable="@drawable/clean_field_default" />
|
||||
</selector>
|
||||
|
||||
10
res/drawable/conference_button.xml
Normal file
10
res/drawable/conference_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/options_start_conference" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/conference_disabled" />
|
||||
<item
|
||||
android:drawable="@drawable/conference_default" />
|
||||
</selector>
|
||||
|
||||
5
res/drawable/conference_default.xml
Normal file
5
res/drawable/conference_default.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_start_conference"
|
||||
android:alpha="0.5" />
|
||||
5
res/drawable/conference_disabled.xml
Normal file
5
res/drawable/conference_disabled.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_start_conference"
|
||||
android:alpha="0.2" />
|
||||
10
res/drawable/delete_button.xml
Normal file
10
res/drawable/delete_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/delete_over" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/delete" />
|
||||
<item
|
||||
android:drawable="@drawable/delete" />
|
||||
</selector>
|
||||
|
||||
10
res/drawable/deselect_all_button.xml
Normal file
10
res/drawable/deselect_all_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/deselect_all_over" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/deselect_all" />
|
||||
<item
|
||||
android:drawable="@drawable/deselect_all" />
|
||||
</selector>
|
||||
|
||||
10
res/drawable/erase_button.xml
Normal file
10
res/drawable/erase_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/backspace_over" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/backspace_disabled" />
|
||||
<item
|
||||
android:drawable="@drawable/backspace" />
|
||||
</selector>
|
||||
|
||||
8
res/drawable/history_all_button.xml
Normal file
8
res/drawable/history_all_button.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true"
|
||||
android:drawable="@drawable/history_all"/>
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/history_all_over" />
|
||||
</selector>
|
||||
|
||||
7
res/drawable/history_missed_button.xml
Normal file
7
res/drawable/history_missed_button.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_enabled="true"
|
||||
android:drawable="@drawable/history_missed" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/history_missed_over" />
|
||||
</selector>
|
||||
5
res/drawable/micro_default.xml
Normal file
5
res/drawable/micro_default.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/micro"
|
||||
android:alpha="0.2" />
|
||||
5
res/drawable/options_default.xml
Normal file
5
res/drawable/options_default.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options"
|
||||
android:alpha="0.2" />
|
||||
10
res/drawable/select_all_button.xml
Normal file
10
res/drawable/select_all_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/select_all_over" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/select_all" />
|
||||
<item
|
||||
android:drawable="@drawable/select_all" />
|
||||
</selector>
|
||||
|
||||
5
res/drawable/speaker_default.xml
Normal file
5
res/drawable/speaker_default.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/speaker"
|
||||
android:alpha="0.2" />
|
||||
10
res/drawable/transfer_button.xml
Normal file
10
res/drawable/transfer_button.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/options_transfer_call" />
|
||||
<item android:state_enabled="false"
|
||||
android:drawable="@drawable/transfer_disabled" />
|
||||
<item
|
||||
android:drawable="@drawable/transfer_default" />
|
||||
</selector>
|
||||
|
||||
5
res/drawable/transfer_default.xml
Normal file
5
res/drawable/transfer_default.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_transfer_call"
|
||||
android:alpha="0.5" />
|
||||
5
res/drawable/transfer_disabled.xml
Normal file
5
res/drawable/transfer_disabled.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_transfer_call"
|
||||
android:alpha="0.2" />
|
||||
Loading…
Add table
Reference in a new issue