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

Unified Diff: chrome/android/java/res/layout/website_settings.xml

Issue 2447413006: [Offline pages] Introducing Open online button in OIB (Closed)
Patch Set: Fixing the label to capitalize all words again Created 4 years, 1 month 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 | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/offlinepages/OfflinePageUtils.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/website_settings.xml
diff --git a/chrome/android/java/res/layout/website_settings.xml b/chrome/android/java/res/layout/website_settings.xml
index 2d87c0e967d6ef840c470082483726e822bed636..9b082e00fb63bd7f5ea2c4b522cfc74d5515899c 100644
--- a/chrome/android/java/res/layout/website_settings.xml
+++ b/chrome/android/java/res/layout/website_settings.xml
@@ -82,4 +82,18 @@
android:text="@string/page_info_site_settings_button"
android:textColor="@color/light_active_color"
style="@style/ButtonCompatBorderless" />
+
+ <Button
+ android:id="@+id/website_settings_open_online_button"
+ android:layout_width="wrap_content"
+ android:layout_height="@dimen/website_settings_popup_button_height"
+ android:layout_gravity="end"
+ android:layout_marginEnd="@dimen/website_settings_popup_padding_sides"
+ android:layout_marginStart="@dimen/website_settings_popup_padding_sides"
+ android:layout_marginTop="8dp"
+ android:paddingEnd="@dimen/website_settings_popup_button_padding_sides"
+ android:paddingStart="@dimen/website_settings_popup_button_padding_sides"
+ android:text="@string/page_info_open_online_button"
+ android:textColor="@color/light_active_color"
+ style="@style/ButtonCompatBorderless" />
</LinearLayout>
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/offlinepages/OfflinePageUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698