Commit 2670fd9f authored by aurimas's avatar aurimas Committed by Commit bot

Unify stop and close X buttons.

BUG=455002

Review URL: https://codereview.chromium.org/897933002

Cr-Commit-Position: refs/heads/master@{#314619}
parent 7241f5fd
......@@ -50,7 +50,7 @@ public class ChromeShellToolbar extends LinearLayout {
mProgressDrawable.setLevel(100 * mProgress);
if (mLoading) {
mStopReloadButton.setImageResource(
R.drawable.btn_toolbar_stop);
R.drawable.btn_close);
} else {
mStopReloadButton.setImageResource(R.drawable.btn_toolbar_reload);
ApiCompatibilityUtils.postOnAnimationDelayed(ChromeShellToolbar.this,
......
......@@ -27,7 +27,7 @@
android:id="@+id/stop_reload_button"
android:layout_width="38dp"
android:layout_height="38dp"
android:src="@drawable/btn_toolbar_stop"
android:src="@drawable/btn_close"
android:background="?attr/selectableItemBackground"
android:scaleType="center"/>
<EditText android:id="@+id/url"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment