|
|
|
|
@ -17,7 +17,7 @@ |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="@dimen/vs_10" |
|
|
|
|
android:orientation="horizontal" |
|
|
|
|
android:paddingLeft="@dimen/vs_50" |
|
|
|
|
android:paddingLeft="@dimen/vs_40" |
|
|
|
|
android:paddingRight="@dimen/vs_50" |
|
|
|
|
android:paddingBottom="@dimen/vs_10"> |
|
|
|
|
|
|
|
|
|
@ -290,8 +290,8 @@ |
|
|
|
|
|
|
|
|
|
<androidx.fragment.app.FragmentContainerView |
|
|
|
|
android:id="@+id/previewPlayer" |
|
|
|
|
android:layout_width="@dimen/vs_480" |
|
|
|
|
android:layout_height="@dimen/vs_320" |
|
|
|
|
android:layout_width="@dimen/vs_470" |
|
|
|
|
android:layout_height="@dimen/vs_300" |
|
|
|
|
android:layout_marginStart="@dimen/vs_50" |
|
|
|
|
android:layout_marginLeft="@dimen/vs_50" |
|
|
|
|
android:layout_marginTop="@dimen/vs_20" |
|
|
|
|
@ -300,8 +300,8 @@ |
|
|
|
|
|
|
|
|
|
<View |
|
|
|
|
android:id="@+id/previewPlayerBlock" |
|
|
|
|
android:layout_width="@dimen/vs_480" |
|
|
|
|
android:layout_height="@dimen/vs_320" |
|
|
|
|
android:layout_width="@dimen/vs_470" |
|
|
|
|
android:layout_height="@dimen/vs_300" |
|
|
|
|
android:focusable="true" |
|
|
|
|
android:background="@drawable/preview_player_block" |
|
|
|
|
android:layout_marginStart="@dimen/vs_50" |
|
|
|
|
|