Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1359)

Unified Diff: chrome/android/shell/res/layout/chrome_shell_activity.xml

Issue 960733002: [Andorid] ClipDrawable progress bar experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated test Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/shell/res/drawable/clip_drawable_progress_bar.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/layout/chrome_shell_activity.xml
diff --git a/chrome/android/shell/res/layout/chrome_shell_activity.xml b/chrome/android/shell/res/layout/chrome_shell_activity.xml
index 5edf9c0a572ddbdfbaf4fbe56e9b47a15da3822d..be8a8b36e19767d78d5b8306085a9a2f58fe224d 100644
--- a/chrome/android/shell/res/layout/chrome_shell_activity.xml
+++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml
@@ -60,13 +60,11 @@
android:background="?attr/selectableItemBackground"
android:scaleType="center"/>
</LinearLayout>
- <org.chromium.chrome.browser.widget.ToolbarProgressBar
+ <org.chromium.chrome.browser.widget.ClipDrawableProgressBar
android:id="@+id/progress"
- style="@android:style/Widget.Holo.Light.ProgressBar.Horizontal"
- android:progressDrawable="@drawable/progress_bar"
android:layout_width="match_parent"
android:layout_height="2dp"
- android:progress="0" />
+ android:src="@drawable/clip_drawable_progress_bar" />
</org.chromium.chrome.shell.ChromeShellToolbar>
<FrameLayout android:id="@+id/content_container"
android:layout_width="match_parent"
« no previous file with comments | « chrome/android/shell/res/drawable/clip_drawable_progress_bar.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698