Initial checkin of AOSP Messaging app.
b/23110861 Change-Id: I9aa980d7569247d6b2ca78f5dcb4502e1eaadb8a
37
res/animator/fab_anim.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 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_enabled="true"
|
||||
android:state_pressed="true">
|
||||
<objectAnimator
|
||||
android:duration="@android:integer/config_shortAnimTime"
|
||||
android:propertyName="translationZ"
|
||||
android:valueTo="@dimen/fab_elevation_pressed"
|
||||
android:valueType="floatType" />
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<objectAnimator
|
||||
android:duration="@android:integer/config_shortAnimTime"
|
||||
android:propertyName="translationZ"
|
||||
android:valueTo="@dimen/fab_elevation"
|
||||
android:valueType="floatType" />
|
||||
</item>
|
||||
|
||||
</selector>
|
||||
23
res/color/tab_text_color.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 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:color="@android:color/white"
|
||||
android:state_selected="true"/>
|
||||
<item
|
||||
android:color="@color/translucent_white" />
|
||||
</selector>
|
||||
BIN
res/drawable-hdpi/btn_keyboard_key_dark_normal_holo.9.png
Normal file
|
After Width: | Height: | Size: 450 B |
BIN
res/drawable-hdpi/btn_keyboard_key_dark_pressed_holo.9.png
Normal file
|
After Width: | Height: | Size: 538 B |
BIN
res/drawable-hdpi/btn_keyboard_key_light_normal_holo.9.png
Normal file
|
After Width: | Height: | Size: 471 B |
BIN
res/drawable-hdpi/btn_keyboard_key_light_pressed_holo.9.png
Normal file
|
After Width: | Height: | Size: 536 B |
BIN
res/drawable-hdpi/cab_bg.9.png
Normal file
|
After Width: | Height: | Size: 144 B |
BIN
res/drawable-hdpi/contact_popup_background.9.png
Normal file
|
After Width: | Height: | Size: 149 B |
BIN
res/drawable-hdpi/fab_new_message_static_shadow.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
res/drawable-hdpi/ic_add_gray.png
Normal file
|
After Width: | Height: | Size: 608 B |
BIN
res/drawable-hdpi/ic_add_white.png
Normal file
|
After Width: | Height: | Size: 370 B |
BIN
res/drawable-hdpi/ic_archive_small_dark.png
Normal file
|
After Width: | Height: | Size: 983 B |
BIN
res/drawable-hdpi/ic_archive_small_light.png
Normal file
|
After Width: | Height: | Size: 968 B |
BIN
res/drawable-hdpi/ic_archive_undo_small_dark.png
Normal file
|
After Width: | Height: | Size: 983 B |
BIN
res/drawable-hdpi/ic_archive_undo_small_light.png
Normal file
|
After Width: | Height: | Size: 967 B |
BIN
res/drawable-hdpi/ic_arrow_back_dark.png
Normal file
|
After Width: | Height: | Size: 789 B |
BIN
res/drawable-hdpi/ic_arrow_back_light.png
Normal file
|
After Width: | Height: | Size: 644 B |
BIN
res/drawable-hdpi/ic_attachment_dark.png
Normal file
|
After Width: | Height: | Size: 975 B |
BIN
res/drawable-hdpi/ic_audio_light.png
Normal file
|
After Width: | Height: | Size: 965 B |
BIN
res/drawable-hdpi/ic_audio_pause.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_audio_play.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-hdpi/ic_camera_front_light.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_camera_light.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_camera_rear_light.png
Normal file
|
After Width: | Height: | Size: 935 B |
BIN
res/drawable-hdpi/ic_cancel_small_dark.png
Normal file
|
After Width: | Height: | Size: 655 B |
BIN
res/drawable-hdpi/ic_cancel_small_light.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
res/drawable-hdpi/ic_checkbox_blank_light.png
Normal file
|
After Width: | Height: | Size: 423 B |
BIN
res/drawable-hdpi/ic_checkbox_light.png
Normal file
|
After Width: | Height: | Size: 895 B |
BIN
res/drawable-hdpi/ic_checkbox_outline_light.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
res/drawable-hdpi/ic_checkmark_circle_blue.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
res/drawable-hdpi/ic_checkmark_large.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_checkmark_large_light.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
res/drawable-hdpi/ic_checkmark_small_blue.png
Normal file
|
After Width: | Height: | Size: 760 B |
BIN
res/drawable-hdpi/ic_checkmark_small_light.png
Normal file
|
After Width: | Height: | Size: 626 B |
BIN
res/drawable-hdpi/ic_color_lens.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_content_copy_dark.png
Normal file
|
After Width: | Height: | Size: 817 B |
BIN
res/drawable-hdpi/ic_crying_hero.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
res/drawable-hdpi/ic_delete_small_dark.png
Normal file
|
After Width: | Height: | Size: 763 B |
BIN
res/drawable-hdpi/ic_delete_small_light.png
Normal file
|
After Width: | Height: | Size: 751 B |
BIN
res/drawable-hdpi/ic_dnd_on_dark.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-hdpi/ic_dnd_on_light.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_failed_light.png
Normal file
|
After Width: | Height: | Size: 501 B |
BIN
res/drawable-hdpi/ic_failed_status_red.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
res/drawable-hdpi/ic_file_download_dark.png
Normal file
|
After Width: | Height: | Size: 799 B |
BIN
res/drawable-hdpi/ic_file_download_light.png
Normal file
|
After Width: | Height: | Size: 755 B |
BIN
res/drawable-hdpi/ic_forward_dark.png
Normal file
|
After Width: | Height: | Size: 714 B |
BIN
res/drawable-hdpi/ic_history_light.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-hdpi/ic_image_light.png
Normal file
|
After Width: | Height: | Size: 863 B |
BIN
res/drawable-hdpi/ic_ime_dark.png
Normal file
|
After Width: | Height: | Size: 1000 B |
BIN
res/drawable-hdpi/ic_ime_light.png
Normal file
|
After Width: | Height: | Size: 893 B |
BIN
res/drawable-hdpi/ic_info_dark.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_keyboard_arrow_left_light.png
Normal file
|
After Width: | Height: | Size: 637 B |
BIN
res/drawable-hdpi/ic_keyboard_arrow_right_light.png
Normal file
|
After Width: | Height: | Size: 628 B |
BIN
res/drawable-hdpi/ic_launcher.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
res/drawable-hdpi/ic_mp_audio_mic.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-hdpi/ic_mp_camera_large_light.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
res/drawable-hdpi/ic_mp_camera_small_light.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
res/drawable-hdpi/ic_mp_capture_stop_large_light.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
BIN
res/drawable-hdpi/ic_mp_full_screen_light.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
res/drawable-hdpi/ic_mp_video_large_light.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
res/drawable-hdpi/ic_mp_video_small_light.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-hdpi/ic_notifications_off_dark.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_notifications_off_light.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_notifications_off_small_light.png
Normal file
|
After Width: | Height: | Size: 839 B |
BIN
res/drawable-hdpi/ic_notifications_on_dark.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-hdpi/ic_notifications_on_light.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_numeric_dialpad.png
Normal file
|
After Width: | Height: | Size: 626 B |
BIN
res/drawable-hdpi/ic_oobe_conv_list.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
res/drawable-hdpi/ic_oobe_freq_list.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
res/drawable-hdpi/ic_open_in_new.png
Normal file
|
After Width: | Height: | Size: 995 B |
BIN
res/drawable-hdpi/ic_people_add_light.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_person_add_blue.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_person_add_dark.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_person_add_light.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_person_light.png
Normal file
|
After Width: | Height: | Size: 906 B |
BIN
res/drawable-hdpi/ic_person_light_large.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_phone_small_light.png
Normal file
|
After Width: | Height: | Size: 1005 B |
BIN
res/drawable-hdpi/ic_photo_library_light.png
Normal file
|
After Width: | Height: | Size: 994 B |
BIN
res/drawable-hdpi/ic_preview_pause.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
res/drawable-hdpi/ic_preview_play.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
res/drawable-hdpi/ic_remove_light.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
res/drawable-hdpi/ic_remove_small_light.png
Normal file
|
After Width: | Height: | Size: 712 B |
BIN
res/drawable-hdpi/ic_save_dark.png
Normal file
|
After Width: | Height: | Size: 947 B |
BIN
res/drawable-hdpi/ic_save_light.png
Normal file
|
After Width: | Height: | Size: 913 B |
BIN
res/drawable-hdpi/ic_search_light.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_send_dark.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
res/drawable-hdpi/ic_send_light.png
Normal file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
res/drawable-hdpi/ic_share_dark.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_share_light.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
res/drawable-hdpi/ic_sim_card_send.png
Normal file
|
After Width: | Height: | Size: 488 B |
BIN
res/drawable-hdpi/ic_sms_delivery_ok.png
Normal file
|
After Width: | Height: | Size: 545 B |
BIN
res/drawable-hdpi/ic_sms_failed_light.png
Normal file
|
After Width: | Height: | Size: 799 B |
BIN
res/drawable-hdpi/ic_sms_light.png
Normal file
|
After Width: | Height: | Size: 933 B |
BIN
res/drawable-hdpi/ic_sms_multi_light.png
Normal file
|
After Width: | Height: | Size: 926 B |
BIN
res/drawable-hdpi/ic_tooltip_arrow.png
Normal file
|
After Width: | Height: | Size: 703 B |
BIN
res/drawable-hdpi/ic_video_play_light.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
res/drawable-hdpi/ic_wear_reply.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
res/drawable-hdpi/ic_widget_avatar_shadow.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
res/drawable-hdpi/ic_widget_list.png
Normal file
|
After Width: | Height: | Size: 733 B |
BIN
res/drawable-hdpi/msg_bubble_error.9.png
Normal file
|
After Width: | Height: | Size: 529 B |