diff options
author | John Spurlock <jspurlock@google.com> | 2014-08-02 10:56:05 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-08-02 10:56:05 -0400 |
commit | 8af525dd7d1640175fda344301a8712725557caa (patch) | |
tree | ab41ef7a292e39a894e1503b72e5b5132e6d51a4 /packages/SystemUI/res/drawable | |
parent | 9c05fff0bfd943ac91f96be25df432b889f8048b (diff) | |
download | frameworks_base-8af525dd7d1640175fda344301a8712725557caa.zip frameworks_base-8af525dd7d1640175fda344301a8712725557caa.tar.gz frameworks_base-8af525dd7d1640175fda344301a8712725557caa.tar.bz2 |
QS: Fix detail flashing during transition.
And modify the background a bit during the transition
to enhance the clip effect.
Change-Id: I2b4f4b18cb9c1b41efc2e6b38bc8f7d2a944511e
Diffstat (limited to 'packages/SystemUI/res/drawable')
-rw-r--r-- | packages/SystemUI/res/drawable/qs_detail_background.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/SystemUI/res/drawable/qs_detail_background.xml b/packages/SystemUI/res/drawable/qs_detail_background.xml new file mode 100644 index 0000000..692cd44 --- /dev/null +++ b/packages/SystemUI/res/drawable/qs_detail_background.xml @@ -0,0 +1,19 @@ +<!-- +Copyright (C) 2014 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. +--> +<transition xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@color/qs_detail_transition" /> + <item android:drawable="@color/system_primary_color" /> +</transition>
\ No newline at end of file |