Bug 1130630 - Move zoomed_view_stub from shared_ui_components to gecko_app. r=mcomella

This commit is contained in:
dominique vincent 2015-02-12 22:12:48 +01:00
Родитель a143783c15
Коммит 0fde35b1ae
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -29,6 +29,12 @@
<include layout="@layout/shared_ui_components"/>
<ViewStub android:id="@+id/zoomed_view_stub"
android:inflatedId="@+id/zoomed_view"
android:layout="@layout/zoomed_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<FrameLayout android:id="@+id/home_pager_container"
android:layout_width="match_parent"
android:layout_height="match_parent"

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

@ -26,12 +26,6 @@
<include layout="@layout/text_selection_handles"/>
<ViewStub android:id="@+id/zoomed_view_stub"
android:inflatedId="@+id/zoomed_view"
android:layout="@layout/zoomed_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<FrameLayout android:id="@+id/camera_layout"
android:layout_height="wrap_content"
android:layout_width="wrap_content"