summaryrefslogtreecommitdiffstats
path: root/res/values-ldrtl
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2014-02-28 18:50:51 -0800
committerAndrew Sapperstein <asapperstein@google.com>2014-02-28 18:50:51 -0800
commita5dfa98bbafd402fa15c32efe4a0b55ebdfd7d11 (patch)
tree0a52dd4614bed236bde336ecb9e7645833855773 /res/values-ldrtl
parente764cfd130c4f92ae823fd1f361ab70439e8ec95 (diff)
downloadandroid_packages_apps_UnifiedEmail-a5dfa98bbafd402fa15c32efe4a0b55ebdfd7d11.tar.gz
android_packages_apps_UnifiedEmail-a5dfa98bbafd402fa15c32efe4a0b55ebdfd7d11.tar.bz2
android_packages_apps_UnifiedEmail-a5dfa98bbafd402fa15c32efe4a0b55ebdfd7d11.zip
Release static drawables on config changes.
Fixes b/12905423. Turns out there were two separate bugs. One bug was an alternate resources bug where it didn't use the proper integer value in a shape drawable. The other was that we held onto all the static drawables in ConversationItemView across config changes. We now release them and acquire the new ones when config change occurs. Change-Id: I8ab772b1d0d8ded24a4b60f5e70f2549f12bd2e0
Diffstat (limited to 'res/values-ldrtl')
-rw-r--r--res/values-ldrtl/constants.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/res/values-ldrtl/constants.xml b/res/values-ldrtl/constants.xml
deleted file mode 100644
index 22468b526..000000000
--- a/res/values-ldrtl/constants.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2014 Google Inc.
- Licensed to 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>
- <!-- Angle of the shadow that appears at the edge of the folder list. 0 is left to right. -->
- <integer name="two_pane_folder_edge_gradient_angle">0</integer>
-</resources> \ No newline at end of file