mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
d1ee91dea1
commit
bbc1df1d52
@ -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"/>
|
@ -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"/>
|
@ -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"
|
||||
|
@ -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"/>
|
@ -8,6 +8,6 @@
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<include layout="@layout/home_history_list"/>
|
||||
<include layout="@layout/home_list"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user