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

Unified Diff: android_webview/tools/WebViewShell/res/layout/activity_webview_browser.xml

Issue 1128573002: [Android WebView] Add "about" menu with information about WebView settings to WebViewShell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no-find-copies Created 5 years, 7 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
Index: android_webview/tools/WebViewShell/res/layout/activity_webview_browser.xml
diff --git a/android_webview/tools/WebViewShell/res/layout/activity_webview_browser.xml b/android_webview/tools/WebViewShell/res/layout/activity_webview_browser.xml
index 4e9e6a496e6b27927a657e189e9d34af9f3a9942..d4f8ca4d2109e389f6921dff977c4a7ce4328d08 100644
--- a/android_webview/tools/WebViewShell/res/layout/activity_webview_browser.xml
+++ b/android_webview/tools/WebViewShell/res/layout/activity_webview_browser.xml
@@ -29,6 +29,12 @@
android:src="@drawable/breadcrumb_arrow_black"
android:contentDescription="load url"
android:onClick="loadUrlFromUrlBar" />
+ <ImageButton
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:src="@drawable/item_more_black"
+ android:contentDescription="about webview"
+ android:onClick="showPopup" />
</LinearLayout>
<WebView
android:id="@+id/webview"

Powered by Google App Engine
This is Rietveld 408576698