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

Unified Diff: content/shell/android/browsertests_apk/res/layout/test_activity.xml

Issue 23648004: Clean up Android layouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: content/shell/android/browsertests_apk/res/layout/test_activity.xml
diff --git a/content/shell/android/browsertests_apk/res/layout/test_activity.xml b/content/shell/android/browsertests_apk/res/layout/test_activity.xml
index fbcb803faff6fe865f7606425655672247413c46..ab39d5a98b1396c21b71efb67c97041a0a33124d 100644
--- a/content/shell/android/browsertests_apk/res/layout/test_activity.xml
+++ b/content/shell/android/browsertests_apk/res/layout/test_activity.xml
@@ -7,7 +7,7 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent" android:layout_height="fill_parent"
+ android:layout_width="match_parent" android:layout_height="match_parent"
android:orientation="vertical">
<org.chromium.content_shell.ShellManager
android:id="@+id/shell_container"
« no previous file with comments | « content/public/android/java/res/layout/two_field_date_picker.xml ('k') | remoting/resources/layout/host.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698