Revert shadow

pull/594/head
jhengazuki 4 months ago
parent 6bc2c57dc3
commit ba4c227467
  1. 4
      app/build.gradle
  2. 6
      app/src/mobile/res/layout/activity_video.xml

@ -13,8 +13,8 @@ android {
applicationId "com.fongmi.android.tv"
minSdk 24
targetSdk 36
versionCode 429
versionName "4.2.9"
versionCode 430
versionName "4.3.0"
javaCompileOptions {
annotationProcessorOptions {
arguments = ["room.schemaLocation": "$projectDir/schemas".toString(), "eventBusIndex": "com.fongmi.android.tv.event.EventIndex"]

@ -48,6 +48,12 @@
</FrameLayout>
<include
layout="@layout/view_shadow"
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_below="@+id/video" />
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipeLayout"
android:layout_width="match_parent"

Loading…
Cancel
Save