diff --git a/android/res/layout-land/encode.xml b/android/res/layout-land/encode.xml index 48ab7e646..00ff780fc 100755 --- a/android/res/layout-land/encode.xml +++ b/android/res/layout-land/encode.xml @@ -18,6 +18,7 @@ android:id="@+id/encode_view" android:layout_width="fill_parent" android:layout_height="fill_parent" + android:fillViewport="true" android:background="@color/encode_view" android:orientation="horizontal" android:gravity="center"> @@ -28,14 +29,20 @@ android:layout_gravity="center_vertical" android:scaleType="center"/> - + android:gravity="center"> + + + + + diff --git a/android/res/layout/encode.xml b/android/res/layout/encode.xml index 0e7001d9c..08631ffda 100755 --- a/android/res/layout/encode.xml +++ b/android/res/layout/encode.xml @@ -15,24 +15,25 @@ limitations under the License. --> - + - + - + - - \ No newline at end of file + + + +