Fix the RTL layout in the app's manifest.

At the same time, make sure the bottom controls are following RTL rules.
bug:11481090

Change-Id: I52262aece7c16c194b6419150c1d4c13abff4f2d
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9368e38..e14a251 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -47,6 +47,7 @@
         android:largeHeap="true"
         android:logo="@mipmap/ic_launcher_camera"
         android:restoreAnyVersion="true"
+        android:supportsRtl="true"
         android:theme="@style/Theme.Camera" >
         <activity
             android:name="com.android.camera.CameraActivity"
diff --git a/res/layout/filmstrip_bottom_controls.xml b/res/layout/filmstrip_bottom_controls.xml
index 5b049fe..1ad07ae 100644
--- a/res/layout/filmstrip_bottom_controls.xml
+++ b/res/layout/filmstrip_bottom_controls.xml
@@ -30,6 +30,7 @@
         android:layout_height="wrap_content"
         android:layout_alignParentBottom="true"
         android:layout_alignParentLeft="true"
+        android:layout_alignParentStart="true"
         android:background="@drawable/photopage_bottom_button_background"
         android:paddingBottom="5dp"
         android:paddingLeft="15dp"
@@ -55,6 +56,7 @@
         android:layout_height="wrap_content"
         android:layout_alignParentBottom="true"
         android:layout_alignParentRight="true"
+        android:layout_alignParentEnd="true"
         android:background="@drawable/photopage_bottom_button_background"
         android:paddingBottom="5dp"
         android:paddingLeft="15dp"