diff options
author | Richard MacGregor <rmacgregor@cyngn.com> | 2015-08-31 09:06:35 -0700 |
---|---|---|
committer | Richard MacGregor <rmacgregor@cyngn.com> | 2015-08-31 12:30:27 -0700 |
commit | 531b2925211dfb2dbc22c88c3d2cac713e0e85c1 (patch) | |
tree | d64632f32b7fb4a5e57208fc389c87f89d849f03 /res/values/ids.xml | |
parent | 4d8145d572803b288c2f2f0bd425575ced7bbcce (diff) | |
download | android_packages_apps_Trebuchet-531b2925211dfb2dbc22c88c3d2cac713e0e85c1.tar.gz android_packages_apps_Trebuchet-531b2925211dfb2dbc22c88c3d2cac713e0e85c1.tar.bz2 android_packages_apps_Trebuchet-531b2925211dfb2dbc22c88c3d2cac713e0e85c1.zip |
Reset default view camera distancecaf/cm-12.1
Several transition effects modify the views camera distance.
Reset to the default camera distance so all transitions are consistent
after switching between transitions (ie - Cylinder-in -> Flip ->
Cylinder-in)
Change-Id: Iee69feb5c954d1522d391e14c30ffa833666f90a
Tickets: QRDL-340 and OPO-27
(cherry picked from commit 41106d9583cceddcb20286676640a3b21a25536b)
Diffstat (limited to 'res/values/ids.xml')
-rw-r--r-- | res/values/ids.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml new file mode 100644 index 000000000..9f55f905d --- /dev/null +++ b/res/values/ids.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2015 The CyanogenMod 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="id" name="tag_key_default_camera_distance"/> +</resources>
\ No newline at end of file |