diff options
author | John Spurlock <jspurlock@google.com> | 2013-06-14 13:59:31 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2013-06-14 14:04:21 -0400 |
commit | e804cb56d02cc31b917e755670f08cb4ec60cf80 (patch) | |
tree | 9fd964ab7b8abb318dfb2f44253c3a4973e9351c /packages/SystemUI/res/values-land | |
parent | 77b7c33a7a4e79022529ae18e39789adbcc86159 (diff) | |
download | frameworks_base-e804cb56d02cc31b917e755670f08cb4ec60cf80.zip frameworks_base-e804cb56d02cc31b917e755670f08cb4ec60cf80.tar.gz frameworks_base-e804cb56d02cc31b917e755670f08cb4ec60cf80.tar.bz2 |
Stabilize hideybar confirmation toast.
Remove gravity workaround no longer needed after recent window
manager layout fix.
Also migrate instable code-based toast text calculation to use
the resource system properly.
Change-Id: Ifa380e387389ed9917336ad19dfde49f67a5fb10
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r-- | packages/SystemUI/res/values-land/refs.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-land/refs.xml b/packages/SystemUI/res/values-land/refs.xml new file mode 100644 index 0000000..f5e79b9 --- /dev/null +++ b/packages/SystemUI/res/values-land/refs.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + * Copyright (c) 2013, 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> + <item type="string" name="hideybar_confirmation_message">@string/hideybar_confirmation_message_long</item> +</resources> |