diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/layout/setup_welcome_video.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/layout/setup_welcome_video.xml b/java/res/layout/setup_welcome_video.xml index c39411e3d..a2e1d212b 100644 --- a/java/res/layout/setup_welcome_video.xml +++ b/java/res/layout/setup_welcome_video.xml @@ -26,7 +26,6 @@ android:paddingTop="@dimen/setup_welcome_video_vertical_margin" android:paddingBottom="@dimen/setup_welcome_video_vertical_margin"> <LinearLayout - android:id="@+id/setup_welcome_video_frame" android:layout_weight="@integer/setup_welcome_video_weight_in_screen" android:layout_width="0dp" android:layout_height="wrap_content" @@ -42,6 +41,7 @@ android:id="@+id/setup_welcome_image" android:layout_width="match_parent" android:layout_height="wrap_content" + android:adjustViewBounds="true" android:visibility="gone" /> </LinearLayout> <View |