Bug 1066514 - Renamed home_history_list layout to home_list and HistoryListView to HomeList;r=margaret

--HG--
rename : mobile/android/base/resources/layout-large-land-v11/home_history_list.xml => mobile/android/base/resources/layout-large-land-v11/home_list.xml
rename : mobile/android/base/resources/layout-xlarge-v11/home_history_list.xml => mobile/android/base/resources/layout-xlarge-v11/home_list.xml
rename : mobile/android/base/resources/layout/home_history_list.xml => mobile/android/base/resources/layout/home_list.xml
This commit is contained in:
Vikneshwar 2014-09-19 16:39:15 -07:00
parent d1ee91dea1
commit bbc1df1d52
9 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@
<org.mozilla.gecko.home.HomeListView
android:id="@+id/list"
style="@style/Widget.Home.HistoryListView"
style="@style/Widget.Home.HomeList"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>

View File

@ -12,7 +12,7 @@
<org.mozilla.gecko.home.HomeListView
android:id="@+id/list"
style="@style/Widget.Home.HistoryListView"
style="@style/Widget.Home.HomeList"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>

View File

@ -8,7 +8,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/home_history_list"/>
<include layout="@layout/home_list"/>
<LinearLayout android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@ -12,7 +12,7 @@
<org.mozilla.gecko.home.HomeListView
android:id="@+id/list"
style="@style/Widget.Home.HistoryListView"
style="@style/Widget.Home.HomeList"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>

View File

@ -8,6 +8,6 @@
android:layout_height="match_parent"
android:orientation="vertical">
<include layout="@layout/home_history_list"/>
<include layout="@layout/home_list"/>
</LinearLayout>

View File

@ -71,7 +71,7 @@
<item name="android:layout_gravity">center</item>
</style>
<style name="Widget.Home.HistoryListView">
<style name="Widget.Home.HomeList">
<item name="topDivider">true</item>
<item name="android:scrollbarStyle">outsideOverlay</item>
</style>

View File

@ -19,7 +19,7 @@
<item name="android:verticalSpacing">20dp</item>
</style>
<style name="Widget.Home.HistoryListView">
<style name="Widget.Home.HomeList">
<item name="android:scrollbarStyle">outsideOverlay</item>
<item name="topDivider">true</item>
</style>

View File

@ -16,7 +16,7 @@
<item name="android:layout_height">48dip</item>
</style>
<style name="Widget.Home.HistoryListView">
<style name="Widget.Home.HomeList">
<item name="android:scrollbarStyle">outsideOverlay</item>
<item name="topDivider">true</item>
</style>

View File

@ -62,7 +62,7 @@
<item name="android:listSelector">@drawable/action_bar_button</item>
</style>
<style name="Widget.Home.HistoryListView">
<style name="Widget.Home.HomeList">
<item name="android:paddingTop">0dip</item>
<item name="android:paddingRight">0dip</item>
<item name="android:paddingLeft">0dip</item>