diff options
author | John Spurlock <jspurlock@google.com> | 2014-08-02 14:58:41 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-08-01 18:14:18 +0000 |
commit | bc53cb41f44adf8440761796a0ef4a4aea6ef7ff (patch) | |
tree | 0d8e33ae3dadeace93c85566e5a437ddb715bad8 /packages/SystemUI/res/drawable | |
parent | 494c590f949c50d55eb74ea8cf71f2546a20fec2 (diff) | |
parent | 8af525dd7d1640175fda344301a8712725557caa (diff) | |
download | frameworks_base-bc53cb41f44adf8440761796a0ef4a4aea6ef7ff.zip frameworks_base-bc53cb41f44adf8440761796a0ef4a4aea6ef7ff.tar.gz frameworks_base-bc53cb41f44adf8440761796a0ef4a4aea6ef7ff.tar.bz2 |
Merge "QS: Fix detail flashing during transition." into lmp-dev
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 |