am 0f07935e: Centering setup wizard welcome video
* commit '0f07935e5165b33d512d7d594e5fec7a2f210013': Centering setup wizard welcome videomain
commit
6bbe685893
|
@ -19,12 +19,26 @@
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<VideoView
|
<LinearLayout
|
||||||
android:id="@+id/setup_welcome_video"
|
android:layout_width="match_parent"
|
||||||
android:layout_margin="36dp"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="240dp"
|
android:orientation="horizontal">
|
||||||
android:layout_height="150dp"
|
<View
|
||||||
android:layout_centerHorizontal="true" />
|
android:layout_weight="@integer/setup_welcome_video_left_padding_weight_in_screen"
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="0dp" />
|
||||||
|
<VideoView
|
||||||
|
android:id="@+id/setup_welcome_video"
|
||||||
|
android:layout_weight="@integer/setup_welcome_video_weight_in_screen"
|
||||||
|
android:layout_marginTop="24dp"
|
||||||
|
android:layout_marginBottom="24dp"
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="wrap_content" />
|
||||||
|
<View
|
||||||
|
android:layout_weight="@integer/setup_welcome_video_right_padding_weight_in_screen"
|
||||||
|
android:layout_width="0dp"
|
||||||
|
android:layout_height="0dp" />
|
||||||
|
</LinearLayout>
|
||||||
<com.android.inputmethod.latin.setup.SetupStartIndicatorView
|
<com.android.inputmethod.latin.setup.SetupStartIndicatorView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="wrap_content" />
|
||||||
|
|
|
@ -20,4 +20,7 @@
|
||||||
<dimen name="setup_horizontal_padding">16dp</dimen>
|
<dimen name="setup_horizontal_padding">16dp</dimen>
|
||||||
<integer name="setup_title_weight_in_screen">40</integer>
|
<integer name="setup_title_weight_in_screen">40</integer>
|
||||||
<integer name="setup_body_weight_in_screen">60</integer>
|
<integer name="setup_body_weight_in_screen">60</integer>
|
||||||
|
<integer name="setup_welcome_video_weight_in_screen">80</integer>
|
||||||
|
<integer name="setup_welcome_video_left_padding_weight_in_screen">10</integer>
|
||||||
|
<integer name="setup_welcome_video_right_padding_weight_in_screen">10</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue