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

Unified Diff: Application/src/main/res/layout/main.xml

Issue 2787723002: [Android] Add public API for Browser Action in support library (Closed)
Patch Set: Update based on Yusuf's comments. Created 3 years, 8 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: Application/src/main/res/layout/main.xml
diff --git a/Application/src/main/res/layout/main.xml b/Application/src/main/res/layout/main.xml
index 8a69c3cd668ff1d76fc73cb82da97a5fc8ff0b6e..0d91187765d9ce6fe04848b8b5e094396bd75180 100644
--- a/Application/src/main/res/layout/main.xml
+++ b/Application/src/main/res/layout/main.xml
@@ -88,4 +88,17 @@
android:textAllCaps="false"
android:text="@string/launch_button_text"
android:enabled="false" />
+
+ <TextView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_margin="6dp"
+ android:text="Launch Browser Actions by long press the url below:" />
Yusuf 2017/04/05 02:38:30 add to strings xml
ltian 2017/04/07 23:14:54 Done.
+
+ <TextView
+ android:id="@+id/url_link"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_margin="6dp"
+ android:clickable="false" />
</LinearLayout>

Powered by Google App Engine
This is Rietveld 408576698