OLD | NEW |
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 Loading... |
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> |
OLD | NEW |