Skip to content
Snippets Groups Projects
Commit 511dd4eb authored by Diego Fernando Nieto's avatar Diego Fernando Nieto
Browse files

video pip typo

parent b52b32f4
No related branches found
No related tags found
2 merge requests!644License: Make sure a web browser is installed on the device else fallback on Webview,!631License CSS rename and typo in Video pip
......@@ -15,7 +15,7 @@
<!-- pop-Up player -->
<dimen name="video_pip_width">512dp</dimen>
<dimen name="video_pip_heigth">288dp</dimen>
<dimen name="video_pip_height">288dp</dimen>
<dimen name="dialog_sd_wisard_width">448dp</dimen>
<dimen name="dialog_sd_wisard_height">576dp</dimen>
......
......@@ -41,7 +41,7 @@
<dimen name="video_pip_width">240dp</dimen>
<dimen name="video_pip_heigth">135dp</dimen>
<dimen name="video_pip_height">135dp</dimen>
<!-- Adv options -->
<dimen name="option_width">64dp</dimen>
......
......@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="@dimen/video_pip_width"
android:layout_height="@dimen/video_pip_heigth"
android:layout_height="@dimen/video_pip_height"
android:keepScreenOn="true">
<SurfaceView
......
......@@ -110,7 +110,7 @@ class PopupLayout : ConstraintLayout, ScaleGestureDetector.OnScaleGestureListene
windowManager = context.applicationContext.getSystemService(Context.WINDOW_SERVICE) as WindowManager
popupWidth = context.resources.getDimensionPixelSize(R.dimen.video_pip_width)
popupHeight = context.resources.getDimensionPixelSize(R.dimen.video_pip_heigth)
popupHeight = context.resources.getDimensionPixelSize(R.dimen.video_pip_height)
val params = WindowManager.LayoutParams(
popupWidth,
popupHeight,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment