author | Shilpan Bhagat <sbhagat@mozilla.com> |
Wed, 31 Jul 2013 13:35:42 -0700 | |
changeset 143489 | 1cc7d733d8c11f8c54ee64f944eb6efe3d6f10ff |
parent 143488 | 87e218e885055c379d16985a52def4e797fbfe5d |
child 143490 | 329abf307997308f1a1fd24645224907d12f6965 |
push id | 25130 |
push user | lrocha@mozilla.com |
push date | Wed, 21 Aug 2013 09:41:27 +0000 |
treeherder | mozilla-central@b2486721572e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | sriram |
bugs | 900179 |
milestone | 25.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/mobile/android/base/resources/layout/home_last_tabs_page.xml +++ b/mobile/android/base/resources/layout/home_last_tabs_page.xml @@ -1,18 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:orientation="vertical" - android:background="@android:color/white"> + android:orientation="vertical"> <include layout="@layout/home_list_with_title"/> <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="@color/home_last_tab_bar_bg"> <Button android:id="@+id/open_all_tabs_button"
--- a/mobile/android/base/resources/layout/home_most_recent_page.xml +++ b/mobile/android/base/resources/layout/home_most_recent_page.xml @@ -1,14 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:orientation="vertical" - android:background="@android:color/white"> + android:orientation="vertical"> <include layout="@layout/home_list_with_title"/> </LinearLayout> \ No newline at end of file
--- a/mobile/android/base/resources/layout/home_most_visited_page.xml +++ b/mobile/android/base/resources/layout/home_most_visited_page.xml @@ -1,14 +1,13 @@ <?xml version="1.0" encoding="utf-8"?> <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:orientation="vertical" - android:background="@android:color/white"> + android:orientation="vertical"> <include layout="@layout/home_list_with_title"/> </LinearLayout>