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

Unified Diff: blimp/client/app/android/java/res/layout/blimp_main.xml

Issue 1962393004: Added a debug info UI for Blimp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: blimp/client/app/android/java/res/layout/blimp_main.xml
diff --git a/blimp/client/app/android/java/res/layout/blimp_main.xml b/blimp/client/app/android/java/res/layout/blimp_main.xml
index fca99bcb70118ede090177392b28da6fd3c8859b..477c9c2ea51ab93e503c700daec1bfbd924b6e7e 100644
--- a/blimp/client/app/android/java/res/layout/blimp_main.xml
+++ b/blimp/client/app/android/java/res/layout/blimp_main.xml
@@ -61,6 +61,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/toolbar"/>
+
+ <include layout="@layout/debug_stats_overlay"
+ android:layout_width="wrap_content" android:layout_height="wrap_content"
+ android:layout_alignParentBottom="true" />
+
<org.chromium.blimp.input.WebInputBox
android:id="@+id/editText"
android:layout_width="match_parent"

Powered by Google App Engine
This is Rietveld 408576698