Bug 972046 - Rename home_empty*page.xml layouts to home_empty*panel.xml (r=margaret)

--HG--
rename : mobile/android/base/resources/layout/home_empty_page.xml => mobile/android/base/resources/layout/home_empty_panel.xml
rename : mobile/android/base/resources/layout/home_empty_reading_page.xml => mobile/android/base/resources/layout/home_empty_reading_panel.xml
This commit is contained in:
Lucas Rocha 2014-02-13 17:12:41 +00:00
parent b1f5614328
commit 13ea7ab563
7 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<ViewStub android:id="@+id/home_empty_view_stub"
android:layout="@layout/home_empty_page"
android:layout="@layout/home_empty_panel"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>

View File

@ -6,7 +6,7 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<ViewStub android:id="@+id/home_empty_view_stub"
android:layout="@layout/home_empty_page"
android:layout="@layout/home_empty_panel"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>

View File

@ -8,7 +8,7 @@
android:layout_height="fill_parent">
<ViewStub android:id="@+id/home_empty_view_stub"
android:layout="@layout/home_empty_page"
android:layout="@layout/home_empty_panel"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>

View File

@ -6,7 +6,7 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<ViewStub android:id="@+id/home_empty_view_stub"
android:layout="@layout/home_empty_page"
android:layout="@layout/home_empty_panel"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>

View File

@ -9,7 +9,7 @@
android:orientation="vertical">
<ViewStub android:id="@+id/home_empty_view_stub"
android:layout="@layout/home_empty_reading_page"
android:layout="@layout/home_empty_reading_panel"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>