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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 Google Inc. All Rights Reserved. 2 <!-- Copyright 2015 Google Inc. All Rights Reserved.
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License. 5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 82
83 <Button 83 <Button
84 android:id="@+id/launch_button" 84 android:id="@+id/launch_button"
85 android:layout_width="wrap_content" 85 android:layout_width="wrap_content"
86 android:layout_height="wrap_content" 86 android:layout_height="wrap_content"
87 android:layout_margin="3dp" 87 android:layout_margin="3dp"
88 android:textAllCaps="false" 88 android:textAllCaps="false"
89 android:text="@string/launch_button_text" 89 android:text="@string/launch_button_text"
90 android:enabled="false" /> 90 android:enabled="false" />
91 91
92 <TextView 92 <Button
93 android:id="@+id/launch_browser_actions_button"
93 android:layout_width="wrap_content" 94 android:layout_width="wrap_content"
94 android:layout_height="wrap_content" 95 android:layout_height="wrap_content"
95 android:layout_margin="6dp" 96 android:layout_margin="3dp"
96 android:text="@string/browser_actions_hint" /> 97 android:textAllCaps="false"
98 android:text="@string/launch_browser_actions_button_text" />
97 99
98 <TextView
99 android:id="@+id/url_link"
100 android:layout_width="wrap_content"
101 android:layout_height="wrap_content"
102 android:layout_margin="6dp"
103 android:clickable="false" />
104 </LinearLayout> 100 </LinearLayout>
OLDNEW
« 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