Skip to content
Snippets Groups Projects
Commit 583a153f authored by Taras's avatar Taras
Browse files

Add dim background for video full screen button

parent 0229336b
No related branches found
No related tags found
No related merge requests found
......@@ -98,18 +98,21 @@
app:layout_constraintStart_toStartOf="@id/videoView"
tools:text="00:00" />
<ImageView
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/ivFullScreen"
android:layout_width="45dp"
android:layout_height="45dp"
android:background="?selectableItemBackgroundBorderless"
android:background="@color/background_dim"
android:clickable="true"
android:focusable="true"
android:foreground="?selectableItemBackgroundBorderless"
android:padding="8dp"
android:src="@drawable/ic_fullscreen"
android:textColor="@color/white"
app:contentPadding="2dp"
app:layout_constraintBottom_toBottomOf="@+id/videoView"
app:layout_constraintEnd_toEndOf="@id/videoView" />
app:layout_constraintEnd_toEndOf="@id/videoView"
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.App.CornerSize50Percent"
app:tint="@color/white" />
<org.futo.circles.core.view.LoadingView
......
......@@ -17,5 +17,6 @@
<color name="close_background">#80000000</color>
<color name="highlight_color">#4D0E7AFE</color>
<color name="launcher_background_color">#00008b</color>
<color name="background_dim">#52000000</color>
</resources>
\ No newline at end of file
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