John Spurlock 465cefa1a2 QS: Add scanning progress state indication.
- Create a modified version of the new platform horizontal
indeterminate progress indicator, and align it to the bottom
of the header.
- Ensure the scanning state takes the active detail panel into
account.

Bug:16145178
Change-Id: I7f80c458ff6565aa00085da9059a4e9fe7e49233
2014-08-16 10:54:24 -04:00

45 lines
1.6 KiB
XML

<!--
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.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="2dp"
android:viewportHeight="1"
android:viewportWidth="360"
android:width="360dp" >
<group
android:name="linear_indeterminate"
android:translateX="180.0"
android:translateY="0.0" >
<group
android:name="path1"
android:scaleX="0.1"
android:translateX="-522.59" >
<path
android:name="rect1"
android:fillColor="?android:attr/colorControlActivated"
android:pathData="m 0 0 l 288 0 l 0 1 l -288 0 z" />
</group>
<group
android:name="path2"
android:scaleX="0.1"
android:translateX="-197.6" >
<path
android:name="rect2"
android:fillColor="?android:attr/colorControlActivated"
android:pathData="m 0 0 l 288 0 l 0 1 l -288 0 z" />
</group>
</group>
</vector>