diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-10-26 18:49:04 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-10-27 15:30:52 +0800 |
commit | 4c7b291018e08dbb4bc1712d95117a294fa1416c (patch) | |
tree | 0dfd47973b87b02027b13b82578c4d1319bd9f94 /res/drawable-sw600dp-mdpi | |
parent | 5ac06dce20d61113fae6295036905db0bfaf1d7e (diff) | |
download | LegacyCamera-4c7b291018e08dbb4bc1712d95117a294fa1416c.zip LegacyCamera-4c7b291018e08dbb4bc1712d95117a294fa1416c.tar.gz LegacyCamera-4c7b291018e08dbb4bc1712d95117a294fa1416c.tar.bz2 |
Make PreviewFrameLayout and ControlPanelLayout work in potrait mode.
+ Move tablet resource to sw600dp and sw800dp
bug:5446617
Change-Id: Iaf2a442e621ed071d7639972a529dd263e3ce628
Diffstat (limited to 'res/drawable-sw600dp-mdpi')
60 files changed, 82 insertions, 0 deletions
diff --git a/res/drawable-sw600dp-mdpi/bg_camera_pattern.png b/res/drawable-sw600dp-mdpi/bg_camera_pattern.png Binary files differnew file mode 100644 index 0000000..7b120f6 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/bg_camera_pattern.png diff --git a/res/drawable-sw600dp-mdpi/btn_camera_shutter_holo.png b/res/drawable-sw600dp-mdpi/btn_camera_shutter_holo.png Binary files differnew file mode 100644 index 0000000..edb317b --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_camera_shutter_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_camera_shutter_pressed_holo.png b/res/drawable-sw600dp-mdpi/btn_camera_shutter_pressed_holo.png Binary files differnew file mode 100644 index 0000000..895be4b --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_camera_shutter_pressed_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_close_settings.png b/res/drawable-sw600dp-mdpi/btn_close_settings.png Binary files differnew file mode 100644 index 0000000..d876ac8 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_close_settings.png diff --git a/res/drawable-sw600dp-mdpi/btn_ic_camera_shutter.xml b/res/drawable-sw600dp-mdpi/btn_ic_camera_shutter.xml new file mode 100644 index 0000000..aa98917 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_ic_camera_shutter.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 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_pressed="true" android:drawable="@drawable/button_ic_camera_shutter_pressed" /> + <item android:drawable="@drawable/button_ic_camera_shutter" /> +</selector> + diff --git a/res/drawable-sw600dp-mdpi/btn_ic_mode_switch_camera.xml b/res/drawable-sw600dp-mdpi/btn_ic_mode_switch_camera.xml new file mode 100644 index 0000000..5331634 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_ic_mode_switch_camera.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 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="@drawable/ic_switch_camera_selected_holo_dark" /> + <item android:drawable="@drawable/ic_switch_camera_holo_dark" /> +</selector> diff --git a/res/drawable-sw600dp-mdpi/btn_ic_mode_switch_video.xml b/res/drawable-sw600dp-mdpi/btn_ic_mode_switch_video.xml new file mode 100644 index 0000000..c61f2ec --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_ic_mode_switch_video.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 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="@drawable/ic_switch_video_selected_holo_dark" /> + <item android:drawable="@drawable/ic_switch_video_holo_dark" /> +</selector> diff --git a/res/drawable-sw600dp-mdpi/btn_pan_shutter_holo.png b/res/drawable-sw600dp-mdpi/btn_pan_shutter_holo.png Binary files differnew file mode 100644 index 0000000..84431fa --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_pan_shutter_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_pan_shutter_pressed_holo.png b/res/drawable-sw600dp-mdpi/btn_pan_shutter_pressed_holo.png Binary files differnew file mode 100644 index 0000000..1e52be8 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_pan_shutter_pressed_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_pan_shutter_recording_holo.png b/res/drawable-sw600dp-mdpi/btn_pan_shutter_recording_holo.png Binary files differnew file mode 100644 index 0000000..693fee2 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_pan_shutter_recording_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_pan_shutter_recording_pressed_holo.png b/res/drawable-sw600dp-mdpi/btn_pan_shutter_recording_pressed_holo.png Binary files differnew file mode 100644 index 0000000..d503fda --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_pan_shutter_recording_pressed_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_retake_shutter_holo.png b/res/drawable-sw600dp-mdpi/btn_retake_shutter_holo.png Binary files differnew file mode 100644 index 0000000..c292d59 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_retake_shutter_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_retake_shutter_pressed_holo.png b/res/drawable-sw600dp-mdpi/btn_retake_shutter_pressed_holo.png Binary files differnew file mode 100644 index 0000000..fe083ee --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_retake_shutter_pressed_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_shutter.xml b/res/drawable-sw600dp-mdpi/btn_shutter.xml new file mode 100644 index 0000000..d15f870 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_shutter.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 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_pressed="true" android:drawable="@drawable/btn_camera_shutter_pressed_holo" /> + <item android:drawable="@drawable/btn_camera_shutter_holo" /> +</selector> + diff --git a/res/drawable-sw600dp-mdpi/btn_video_shutter_holo.png b/res/drawable-sw600dp-mdpi/btn_video_shutter_holo.png Binary files differnew file mode 100644 index 0000000..6bcf992 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_video_shutter_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_video_shutter_pressed_holo.png b/res/drawable-sw600dp-mdpi/btn_video_shutter_pressed_holo.png Binary files differnew file mode 100644 index 0000000..8ccbf4b --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_video_shutter_pressed_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_video_shutter_recording_holo.png b/res/drawable-sw600dp-mdpi/btn_video_shutter_recording_holo.png Binary files differnew file mode 100644 index 0000000..ab1d6c5 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_video_shutter_recording_holo.png diff --git a/res/drawable-sw600dp-mdpi/btn_video_shutter_recording_pressed_holo.png b/res/drawable-sw600dp-mdpi/btn_video_shutter_recording_pressed_holo.png Binary files differnew file mode 100644 index 0000000..a0b4fb1 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/btn_video_shutter_recording_pressed_holo.png diff --git a/res/drawable-sw600dp-mdpi/button_ic_camera_shutter.png b/res/drawable-sw600dp-mdpi/button_ic_camera_shutter.png Binary files differnew file mode 100644 index 0000000..34a36af --- /dev/null +++ b/res/drawable-sw600dp-mdpi/button_ic_camera_shutter.png diff --git a/res/drawable-sw600dp-mdpi/button_ic_camera_shutter_pressed.png b/res/drawable-sw600dp-mdpi/button_ic_camera_shutter_pressed.png Binary files differnew file mode 100644 index 0000000..baa0c3f --- /dev/null +++ b/res/drawable-sw600dp-mdpi/button_ic_camera_shutter_pressed.png diff --git a/res/drawable-sw600dp-mdpi/ic_effects_holo_light.png b/res/drawable-sw600dp-mdpi/ic_effects_holo_light.png Binary files differnew file mode 100644 index 0000000..9935f9c --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_effects_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_exposure_holo_light.png b/res/drawable-sw600dp-mdpi/ic_exposure_holo_light.png Binary files differnew file mode 100644 index 0000000..4f4cc74 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_exposure_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_flash_auto_holo_light.png b/res/drawable-sw600dp-mdpi/ic_flash_auto_holo_light.png Binary files differnew file mode 100644 index 0000000..7dacd20 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_flash_auto_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_flash_off_holo_light.png b/res/drawable-sw600dp-mdpi/ic_flash_off_holo_light.png Binary files differnew file mode 100644 index 0000000..30b51a5 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_flash_off_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_flash_on_holo_light.png b/res/drawable-sw600dp-mdpi/ic_flash_on_holo_light.png Binary files differnew file mode 100644 index 0000000..7bc6963 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_flash_on_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_gallery.png b/res/drawable-sw600dp-mdpi/ic_gallery.png Binary files differnew file mode 100644 index 0000000..9388931 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_gallery.png diff --git a/res/drawable-sw600dp-mdpi/ic_menu_overflow.png b/res/drawable-sw600dp-mdpi/ic_menu_overflow.png Binary files differnew file mode 100644 index 0000000..f927168 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_menu_overflow.png diff --git a/res/drawable-sw600dp-mdpi/ic_pan_border_fast.9.png b/res/drawable-sw600dp-mdpi/ic_pan_border_fast.9.png Binary files differnew file mode 100644 index 0000000..332441e --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_pan_border_fast.9.png diff --git a/res/drawable-sw600dp-mdpi/ic_pan_left_indicator.png b/res/drawable-sw600dp-mdpi/ic_pan_left_indicator.png Binary files differnew file mode 100644 index 0000000..4579cf7 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_pan_left_indicator.png diff --git a/res/drawable-sw600dp-mdpi/ic_pan_left_indicator_fast.png b/res/drawable-sw600dp-mdpi/ic_pan_left_indicator_fast.png Binary files differnew file mode 100644 index 0000000..68e17c4 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_pan_left_indicator_fast.png diff --git a/res/drawable-sw600dp-mdpi/ic_pan_progression.png b/res/drawable-sw600dp-mdpi/ic_pan_progression.png Binary files differnew file mode 100644 index 0000000..d75ec8b --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_pan_progression.png diff --git a/res/drawable-sw600dp-mdpi/ic_pan_right_indicator.png b/res/drawable-sw600dp-mdpi/ic_pan_right_indicator.png Binary files differnew file mode 100644 index 0000000..de44206 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_pan_right_indicator.png diff --git a/res/drawable-sw600dp-mdpi/ic_pan_right_indicator_fast.png b/res/drawable-sw600dp-mdpi/ic_pan_right_indicator_fast.png Binary files differnew file mode 100644 index 0000000..dd9794d --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_pan_right_indicator_fast.png diff --git a/res/drawable-sw600dp-mdpi/ic_quality_1080p.png b/res/drawable-sw600dp-mdpi/ic_quality_1080p.png Binary files differnew file mode 100644 index 0000000..65ec0c7 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_quality_1080p.png diff --git a/res/drawable-sw600dp-mdpi/ic_quality_480p.png b/res/drawable-sw600dp-mdpi/ic_quality_480p.png Binary files differnew file mode 100644 index 0000000..24915f3 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_quality_480p.png diff --git a/res/drawable-sw600dp-mdpi/ic_quality_720p.png b/res/drawable-sw600dp-mdpi/ic_quality_720p.png Binary files differnew file mode 100644 index 0000000..28c58eb --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_quality_720p.png diff --git a/res/drawable-sw600dp-mdpi/ic_recording_indicator.png b/res/drawable-sw600dp-mdpi/ic_recording_indicator.png Binary files differnew file mode 100644 index 0000000..9d168f1 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_recording_indicator.png diff --git a/res/drawable-sw600dp-mdpi/ic_scn_holo_light.png b/res/drawable-sw600dp-mdpi/ic_scn_holo_light.png Binary files differnew file mode 100644 index 0000000..0b3866e --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_scn_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_settings_holo_light.png b/res/drawable-sw600dp-mdpi/ic_settings_holo_light.png Binary files differnew file mode 100644 index 0000000..2b89fef --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_settings_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_snapshot_border.9.png b/res/drawable-sw600dp-mdpi/ic_snapshot_border.9.png Binary files differnew file mode 100644 index 0000000..6b76066 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_snapshot_border.9.png diff --git a/res/drawable-sw600dp-mdpi/ic_switch_photo_facing_holo_light.png b/res/drawable-sw600dp-mdpi/ic_switch_photo_facing_holo_light.png Binary files differnew file mode 100644 index 0000000..cbb0c83 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_switch_photo_facing_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_switch_video_facing_holo_light.png b/res/drawable-sw600dp-mdpi/ic_switch_video_facing_holo_light.png Binary files differnew file mode 100644 index 0000000..bf353d2 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_switch_video_facing_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_timelapse_1.png b/res/drawable-sw600dp-mdpi/ic_timelapse_1.png Binary files differnew file mode 100644 index 0000000..5707841 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_timelapse_1.png diff --git a/res/drawable-sw600dp-mdpi/ic_timelapse_10.png b/res/drawable-sw600dp-mdpi/ic_timelapse_10.png Binary files differnew file mode 100644 index 0000000..da69f4b --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_timelapse_10.png diff --git a/res/drawable-sw600dp-mdpi/ic_timelapse_1_5.png b/res/drawable-sw600dp-mdpi/ic_timelapse_1_5.png Binary files differnew file mode 100644 index 0000000..a2bf827 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_timelapse_1_5.png diff --git a/res/drawable-sw600dp-mdpi/ic_timelapse_2.png b/res/drawable-sw600dp-mdpi/ic_timelapse_2.png Binary files differnew file mode 100644 index 0000000..83e0ed1 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_timelapse_2.png diff --git a/res/drawable-sw600dp-mdpi/ic_timelapse_2_5.png b/res/drawable-sw600dp-mdpi/ic_timelapse_2_5.png Binary files differnew file mode 100644 index 0000000..770a898 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_timelapse_2_5.png diff --git a/res/drawable-sw600dp-mdpi/ic_timelapse_3.png b/res/drawable-sw600dp-mdpi/ic_timelapse_3.png Binary files differnew file mode 100644 index 0000000..9f7cbb2 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_timelapse_3.png diff --git a/res/drawable-sw600dp-mdpi/ic_timelapse_5.png b/res/drawable-sw600dp-mdpi/ic_timelapse_5.png Binary files differnew file mode 100644 index 0000000..f86780b --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_timelapse_5.png diff --git a/res/drawable-sw600dp-mdpi/ic_timelapse_none.png b/res/drawable-sw600dp-mdpi/ic_timelapse_none.png Binary files differnew file mode 100644 index 0000000..67e36a6 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_timelapse_none.png diff --git a/res/drawable-sw600dp-mdpi/ic_white_balance_auto_holo_light.png b/res/drawable-sw600dp-mdpi/ic_white_balance_auto_holo_light.png Binary files differnew file mode 100644 index 0000000..b8ec090 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_white_balance_auto_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_white_balance_cloudy_holo_light.png b/res/drawable-sw600dp-mdpi/ic_white_balance_cloudy_holo_light.png Binary files differnew file mode 100644 index 0000000..3dbb1e2 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_white_balance_cloudy_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_white_balance_fluorescent_holo_light.png b/res/drawable-sw600dp-mdpi/ic_white_balance_fluorescent_holo_light.png Binary files differnew file mode 100644 index 0000000..a60a97a --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_white_balance_fluorescent_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_white_balance_incandescent_holo_light.png b/res/drawable-sw600dp-mdpi/ic_white_balance_incandescent_holo_light.png Binary files differnew file mode 100644 index 0000000..8176071 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_white_balance_incandescent_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_white_balance_sunlight_holo_light.png b/res/drawable-sw600dp-mdpi/ic_white_balance_sunlight_holo_light.png Binary files differnew file mode 100644 index 0000000..a5a0ab2 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_white_balance_sunlight_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_zoom_holo_light.png b/res/drawable-sw600dp-mdpi/ic_zoom_holo_light.png Binary files differnew file mode 100644 index 0000000..0917b07 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_zoom_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_zoom_in_holo_dark.png b/res/drawable-sw600dp-mdpi/ic_zoom_in_holo_dark.png Binary files differnew file mode 100644 index 0000000..fd35207 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_zoom_in_holo_dark.png diff --git a/res/drawable-sw600dp-mdpi/ic_zoom_in_holo_light.png b/res/drawable-sw600dp-mdpi/ic_zoom_in_holo_light.png Binary files differnew file mode 100644 index 0000000..3d55439 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_zoom_in_holo_light.png diff --git a/res/drawable-sw600dp-mdpi/ic_zoom_out_holo_dark.png b/res/drawable-sw600dp-mdpi/ic_zoom_out_holo_dark.png Binary files differnew file mode 100644 index 0000000..e282872 --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_zoom_out_holo_dark.png diff --git a/res/drawable-sw600dp-mdpi/ic_zoom_out_holo_light.png b/res/drawable-sw600dp-mdpi/ic_zoom_out_holo_light.png Binary files differnew file mode 100644 index 0000000..1a5475b --- /dev/null +++ b/res/drawable-sw600dp-mdpi/ic_zoom_out_holo_light.png |