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

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

Issue 2946003005: Change Custom Tab Client test app to be easier for Browser Actions test. (Closed)
Patch Set: Created 3 years, 6 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 4b2ad214d8075748a85fa96c37931f49e7c33201..93806f53314e07d42c95450f3e5010fd9e355ae6 100644
--- a/Application/src/main/res/layout/main.xml
+++ b/Application/src/main/res/layout/main.xml
@@ -89,16 +89,12 @@
android:text="@string/launch_button_text"
android:enabled="false" />
- <TextView
+ <Button
+ android:id="@+id/launch_browser_actions_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_margin="6dp"
- android:text="@string/browser_actions_hint" />
+ android:layout_margin="3dp"
+ android:textAllCaps="false"
+ android:text="@string/launch_browser_actions_button_text" />
- <TextView
- android:id="@+id/url_link"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_margin="6dp"
- android:clickable="false" />
</LinearLayout>
« no previous file with comments | « Application/src/main/java/org/chromium/customtabsclient/MainActivity.java ('k') | Application/src/main/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698