File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
VenvyLibrary/src/main/res/layout Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ android {
5353dependencies {
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'
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ include ':venvy_pub'
44// include ':venvy_ai'
55include ' :LuaViewSDK'
66include ' :videoos_demo'
7+ include ' :svga'
78include ' :venvy_processor_compiler'
89include ' :venvy_processor_annotation'
You can’t perform that action at this time.
0 commit comments