Commit 4d5095ff authored by Jian Li's avatar Jian Li Committed by Commit Bot

Update Offline Indicator UI based on latest mock

Changed the icon and action link text per spec.

Bug: 852577
Change-Id: I7d3a260ead0d1c0affcbde35a343bacd0f5b34c7
Reviewed-on: https://chromium-review.googlesource.com/1195923Reviewed-by: default avatarPeter Williamson <petewil@chromium.org>
Commit-Queue: Jian Li <jianli@chromium.org>
Cr-Commit-Position: refs/heads/master@{#587319}
parent d54d7e70
......@@ -128,8 +128,7 @@ public class OfflineIndicatorController
private void showOfflineIndicator(Activity activity, SnackbarManager snackbarManager) {
if (mIsShowingOfflineIndicator || !canShowOfflineIndicator(activity)) return;
Drawable icon =
AppCompatResources.getDrawable(activity, R.drawable.ic_offline_pin_blue_white);
Drawable icon = AppCompatResources.getDrawable(activity, R.drawable.ic_offline_pin_white);
Snackbar snackbar =
Snackbar.make(activity.getString(R.string.offline_indicator_offline_title), this,
Snackbar.TYPE_ACTION, Snackbar.UMA_OFFLINE_INDICATOR)
......
......@@ -3039,7 +3039,7 @@ To obtain new licenses, connect to the internet and play your downloaded content
</message>
<message name="IDS_OFFLINE_INDICATOR_VIEW_OFFLINE_CONTENT" desc="A text label on the snackbar widget to bring up the list of offline content.">
View offline content
See downloads
</message>
<!-- Find in page -->
......
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