diff options
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/drawable-land-mdpi/ic_sysbar_rotate_off.png (renamed from packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off_lanscape.png) | bin | 595 -> 595 bytes | |||
-rw-r--r-- | packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off.png | bin | 0 -> 548 bytes | |||
-rw-r--r-- | packages/SystemUI/res/drawable-port-mdpi/ic_sysbar_rotate_off.png (renamed from packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off_portrait.png) | bin | 616 -> 616 bytes | |||
-rw-r--r-- | packages/SystemUI/res/values-land/strings.xml | 23 | ||||
-rw-r--r-- | packages/SystemUI/res/values-port/strings.xml | 23 | ||||
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 6 |
6 files changed, 52 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off_lanscape.png b/packages/SystemUI/res/drawable-land-mdpi/ic_sysbar_rotate_off.png Binary files differindex adaadf7..adaadf7 100644 --- a/packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off_lanscape.png +++ b/packages/SystemUI/res/drawable-land-mdpi/ic_sysbar_rotate_off.png diff --git a/packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off.png b/packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off.png Binary files differnew file mode 100644 index 0000000..9e6793a --- /dev/null +++ b/packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off.png diff --git a/packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off_portrait.png b/packages/SystemUI/res/drawable-port-mdpi/ic_sysbar_rotate_off.png Binary files differindex fdc0ac7..fdc0ac7 100644 --- a/packages/SystemUI/res/drawable-mdpi/ic_sysbar_rotate_off_portrait.png +++ b/packages/SystemUI/res/drawable-port-mdpi/ic_sysbar_rotate_off.png diff --git a/packages/SystemUI/res/values-land/strings.xml b/packages/SystemUI/res/values-land/strings.xml new file mode 100644 index 0000000..e05e36b --- /dev/null +++ b/packages/SystemUI/res/values-land/strings.xml @@ -0,0 +1,23 @@ +<?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. + */ +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Rotation lock toast text: shown when rotation lock is turned on in landscape orientation. + --> + <string name="toast_rotation_locked">Screen is now locked in landscape orientation.</string> +</resources> diff --git a/packages/SystemUI/res/values-port/strings.xml b/packages/SystemUI/res/values-port/strings.xml new file mode 100644 index 0000000..d3ab67b --- /dev/null +++ b/packages/SystemUI/res/values-port/strings.xml @@ -0,0 +1,23 @@ +<?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. + */ +--> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Rotation lock toast text: shown when rotation lock is turned on in portrait orientation. + --> + <string name="toast_rotation_locked">Screen is now locked in portrait orientation.</string> +</resources> diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 701aa9f..f34dc22 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -84,5 +84,11 @@ --> <string name="recent_tasks_empty">No recent applications.</string> + <!-- Rotation lock toast text: shown when rotation lock is turned off (and the screen will + auto-rotate based on the accelerometer). --> + <string name="toast_rotation_free">Screen will rotate automatically.</string> + <!-- Rotation lock toast text: shown when rotation lock is turned on and the orientation is + undefined. --> + <string name="toast_rotation_locked">Screen rotation is now locked.</string> </resources> |