Skip to content

Commit aa89bc2

Browse files
author
lucas
committed
集成SVGA
1 parent ad39a9a commit aa89bc2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

VideoOS/LuaViewSDK/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ android {
5353
dependencies {
5454
compile fileTree(dir: 'libs', include: ['*.jar'])
5555
provided project(path: ':VenvyLibrary')
56+
compile project(path: ':svga')
5657
provided 'com.android.support:support-v4:25.3.1'
5758
provided 'com.android.support:recyclerview-v7:25.3.1'
5859
provided 'com.android.support:appcompat-v7:25.3.1'

VideoOS/VenvyLibrary/src/main/res/layout/video_base_vision.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:tools="http://schemas.android.com/tools"
44
android:layout_width="match_parent"
5-
android:layout_height="match_parent">
5+
android:layout_height="match_parent"
6+
android:background="#3C4049"
7+
>
68

79

810
<RelativeLayout

VideoOS/settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ include ':venvy_pub'
44
//include ':venvy_ai'
55
include ':LuaViewSDK'
66
include ':videoos_demo'
7+
include ':svga'
78
include ':venvy_processor_compiler'
89
include ':venvy_processor_annotation'

0 commit comments

Comments
 (0)