Initial Project Import
BIN
res/drawable/bottombar_landscape_565.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
27
res/drawable/chat_history_selector.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2008 Google Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:state_focused="true"
|
||||
android:state_pressed="false"
|
||||
android:drawable="@drawable/textfield_im_user_selected_pad" />
|
||||
<item
|
||||
android:state_focused="true"
|
||||
android:state_pressed="true"
|
||||
android:drawable="@drawable/textfield_im_user_pressed_pad" />
|
||||
</selector>
|
||||
|
24
res/drawable/conversation_header_background_light.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_pressed="true" android:state_selected="false"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_selected="false"
|
||||
android:drawable="@color/light_list_bgcolor" />
|
||||
</selector>
|
24
res/drawable/conversation_item_background.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_pressed="true" android:state_selected="false"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_selected="false"
|
||||
android:drawable="@android:color/white" />
|
||||
</selector>
|
24
res/drawable/conversation_item_background_black.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_pressed="true" android:state_selected="false"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_selected="false"
|
||||
android:drawable="@drawable/softgrey_background" />
|
||||
</selector>
|
11
res/drawable/conversation_item_background_key.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_pressed="true" android:state_selected="false"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_selected="false"
|
||||
android:drawable="@drawable/alert_background" />
|
||||
</selector>
|
24
res/drawable/conversation_item_background_lightblue.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_pressed="true" android:state_selected="false"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_selected="false"
|
||||
android:drawable="@drawable/light_blue_background" />
|
||||
</selector>
|
24
res/drawable/conversation_item_background_lightgrey.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2007 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_selected="true"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_pressed="true" android:state_selected="false"
|
||||
android:drawable="@android:color/transparent" />
|
||||
<item android:state_selected="false"
|
||||
android:drawable="@drawable/lightgrey_background" />
|
||||
</selector>
|
9
res/drawable/dark_divider.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#66666666"
|
||||
android:centerColor="#aaaaaaaa"
|
||||
android:endColor="#66666666"
|
||||
android:angle="0" />
|
||||
</shape>
|
BIN
res/drawable/divider_vertical_dark.png
Normal file
After Width: | Height: | Size: 202 B |
7
res/drawable/header_gradient.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#dddddddd"
|
||||
android:endColor="#99999999"
|
||||
android:angle="90"/>
|
||||
</shape>
|
BIN
res/drawable/ic_add.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
res/drawable/ic_attachment_universal_small.png
Normal file
After Width: | Height: | Size: 764 B |
BIN
res/drawable/ic_call_log_list_incoming_call.png
Normal file
After Width: | Height: | Size: 467 B |
BIN
res/drawable/ic_call_log_list_missed_call.png
Normal file
After Width: | Height: | Size: 677 B |
BIN
res/drawable/ic_call_log_list_outgoing_call.png
Normal file
After Width: | Height: | Size: 442 B |
BIN
res/drawable/ic_contact_picture.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable/ic_dialog_attach.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable/ic_launcher_camera.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/drawable/ic_launcher_camera_record.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
res/drawable/ic_launcher_gallery.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
res/drawable/ic_launcher_musicplayer_2.png
Normal file
After Width: | Height: | Size: 7.7 KiB |
BIN
res/drawable/ic_launcher_record_audio.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
res/drawable/ic_launcher_video_player.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
res/drawable/ic_list_alert_sms_failed.png
Normal file
After Width: | Height: | Size: 790 B |
BIN
res/drawable/ic_lock_iphone.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
res/drawable/ic_lock_iphone_green.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
res/drawable/ic_lock_iphone_green2.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
res/drawable/ic_lock_iphone_question.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
res/drawable/ic_lock_iphone_red.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
res/drawable/ic_lock_iphone_red2.png
Normal file
After Width: | Height: | Size: 2.0 KiB |
BIN
res/drawable/ic_lock_iphone_yellow.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
res/drawable/ic_lock_iphone_yellow2.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
res/drawable/ic_lock_message_sms.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable/ic_lock_small.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable/ic_menu_add_sound.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
res/drawable/ic_menu_attachment.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
res/drawable/ic_menu_movie.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
res/drawable/ic_menu_preferences.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
res/drawable/ic_missing_thumbnail_picture.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
res/drawable/ic_missing_thumbnail_video.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
res/drawable/ic_settings_iphone.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
res/drawable/ic_sms_mms_not_delivered.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
res/drawable/ic_sms_mms_pending.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
res/drawable/ic_sms_unread_msg_indicator.png
Normal file
After Width: | Height: | Size: 265 B |
BIN
res/drawable/icon.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable/incorrect.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
res/drawable/invalid.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
res/drawable/iphone_bar_top.png
Normal file
After Width: | Height: | Size: 244 B |
BIN
res/drawable/iphone_btn_personal_set.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
res/drawable/key.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
res/drawable/key_exchange_indicator.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
res/drawable/key_exchange_item.9.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
res/drawable/key_square.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
7
res/drawable/light_border_background.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#ffffff" />
|
||||
<stroke android:width="2dp" android:color="#ffffff" />
|
||||
<padding android:left="2dp" android:top="2dp" android:right="2dp"
|
||||
android:bottom="2dp" />
|
||||
</shape>
|
BIN
res/drawable/menu_padlock.png
Normal file
After Width: | Height: | Size: 701 B |
BIN
res/drawable/mms_play_btn.png
Normal file
After Width: | Height: | Size: 1.9 KiB |
BIN
res/drawable/padlock.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable/selector.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable/stat_notify_sms.png
Normal file
After Width: | Height: | Size: 526 B |
BIN
res/drawable/textfield_im_user_pressed_pad.9.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
res/drawable/textfield_im_user_selected_pad.9.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
res/drawable/th_padlock.png
Normal file
After Width: | Height: | Size: 807 B |
BIN
res/drawable/valid.png
Normal file
After Width: | Height: | Size: 1.8 KiB |