| Index: chrome/android/java_staging/res/drawable/progress_bar.xml
|
| diff --git a/chrome/android/java_staging/res/drawable/progress_bar.xml b/chrome/android/java_staging/res/drawable/progress_bar.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6b383563940d239f337fcce0af5151d0a9515576
|
| --- /dev/null
|
| +++ b/chrome/android/java_staging/res/drawable/progress_bar.xml
|
| @@ -0,0 +1,17 @@
|
| +<?xml version="1.0" encoding="utf-8"?>
|
| +<!-- Copyright 2015 The Chromium Authors. All rights reserved.
|
| + Use of this source code is governed by a BSD-style license that can be
|
| + found in the LICENSE file. -->
|
| +
|
| +<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
| + <item android:id="@android:id/secondaryProgress">
|
| + <scale
|
| + android:scaleWidth="100%"
|
| + android:drawable="@drawable/progress_bar_background" />
|
| + </item>
|
| + <item android:id="@android:id/progress">
|
| + <scale
|
| + android:scaleWidth="100%"
|
| + android:drawable="@drawable/progress_bar_foreground" />
|
| + </item>
|
| +</layer-list>
|
|
|