add camera live

This commit is contained in:
lixiaopeng
2020-12-13 15:26:24 +08:00
parent b00c3c9725
commit 25dcae01cd
32 changed files with 1292 additions and 8 deletions

View File

@@ -9,6 +9,7 @@
<color name="module_ext_vr_mode_left_traffic_light_red">#FF2B2B</color>
<color name="module_ext_vr_mode_left_traffic_light_yellow">#E3BC59</color>
<color name="module_ext_vr_mode_left_traffic_light_white">#FFF</color>
<color name="module_live_video_progress_bar_loading_color">#256BFF</color>
<color name="v2x_FFF_333">#FFFFFF</color>
</resources>

View File

@@ -239,5 +239,6 @@
<dimen name="module_ext_navi_in_vr_traffic_light_left_time_unit_size">21px</dimen>
<dimen name="module_ext_navi_in_vr_traffic_light_no_time_margin_top">21px</dimen>
<dimen name="module_video_window_height_content">370px</dimen>
</resources>

View File

@@ -3,4 +3,8 @@
<style name="NaviViewStyle">
<item name="android:layout_width">match_parent</item>
</style>
<declare-styleable name="RoundLayout">
<attr name="roundLayoutRadius" format="dimension" />
</declare-styleable>
</resources>