summaryrefslogtreecommitdiffstats
path: root/res/layout/scene_mode_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/scene_mode_view.xml')
-rw-r--r--res/layout/scene_mode_view.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/scene_mode_view.xml b/res/layout/scene_mode_view.xml
index e8a9499d6..d4c2a259c 100644
--- a/res/layout/scene_mode_view.xml
+++ b/res/layout/scene_mode_view.xml
@@ -26,7 +26,7 @@
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.camera.ui.RotateLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center"
@@ -64,4 +64,4 @@
android:textStyle="bold" />
</LinearLayout>
-</LinearLayout>
+</com.android.camera.ui.RotateLayout>