summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2014-02-28 20:30:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-28 20:30:05 +0000
commitdb4c113771c78cf2c27b3bbcf83410cea4dd7d47 (patch)
tree29d1e0d889edcf3ab6813e1be2fcfe012130d520 /res/drawable
parent7026368e8c411458f5268f9d11d1ab0d9d073bed (diff)
parentf747b78d0108da337e755eac6b26e2c3feb275d8 (diff)
downloadandroid_packages_apps_Camera2-db4c113771c78cf2c27b3bbcf83410cea4dd7d47.tar.gz
android_packages_apps_Camera2-db4c113771c78cf2c27b3bbcf83410cea4dd7d47.tar.bz2
android_packages_apps_Camera2-db4c113771c78cf2c27b3bbcf83410cea4dd7d47.zip
Merge "Change progress bar color" into gb-ub-photos-denali
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/bottom_progress_bar.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/drawable/bottom_progress_bar.xml b/res/drawable/bottom_progress_bar.xml
new file mode 100644
index 000000000..fa8d3adce
--- /dev/null
+++ b/res/drawable/bottom_progress_bar.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 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.
+-->
+
+<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item android:id="@android:id/background"
+ android:drawable="@drawable/progress_bg" />
+
+ <item android:id="@android:id/progress">
+ <scale android:scaleWidth="100%"
+ android:drawable="@drawable/progress_primary" />
+ </item>
+
+</layer-list>