Bug 1193974 - Remove new from tablet_tab_strip id. r=mhaigh

--HG--
extra : commitid : 9S29ZSI0bt
extra : rebase_source : a3b17fe00636231052f7dc807110de9a9d4c9670
This commit is contained in:
Michael Comella 2015-08-19 16:15:30 -07:00
Родитель aaf1e1346e
Коммит ccd7fd6510
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -777,7 +777,7 @@ public class BrowserApp extends GeckoApp
}
if (HardwareUtils.isTablet()) {
mTabStrip = (Refreshable) (((ViewStub) findViewById(R.id.new_tablet_tab_strip)).inflate());
mTabStrip = (Refreshable) (((ViewStub) findViewById(R.id.tablet_tab_strip)).inflate());
}
((GeckoApp.MainLayout) mMainLayout).setTouchEventInterceptor(new HideOnTouchListener());

Просмотреть файл

@ -23,7 +23,7 @@
<RelativeLayout android:id="@+id/gecko_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/new_tablet_tab_strip"
android:layout_below="@+id/tablet_tab_strip"
android:layout_above="@+id/find_in_page">
<include layout="@layout/shared_ui_components"/>
@ -98,8 +98,8 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<ViewStub android:id="@+id/new_tablet_tab_strip"
android:inflatedId="@id/new_tablet_tab_strip"
<ViewStub android:id="@+id/tablet_tab_strip"
android:inflatedId="@id/tablet_tab_strip"
android:layout="@layout/tab_strip"
android:layout_width="match_parent"
android:layout_height="@dimen/tablet_tab_strip_height"