version:2.7
fix: update:视频圆角
This commit is contained in:
@@ -120,8 +120,9 @@
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent">
|
||||
|
||||
<com.uiui.aios.view.MyJzvdStdNoTitleNoClarity
|
||||
<com.uiui.aios.view.JzvdStdRound
|
||||
android:id="@+id/jz_video"
|
||||
app:radius="16dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
||||
|
||||
|
||||
@@ -7,4 +7,13 @@
|
||||
<attr name="itemMargin" format="integer" />
|
||||
</declare-styleable>
|
||||
|
||||
<!-- JzvdStdRound -->
|
||||
<declare-styleable name="JzvdStdRound">
|
||||
<attr name="radius" format="dimension" />
|
||||
<attr name="left_top_radius" format="dimension" />
|
||||
<attr name="right_top_radius" format="dimension" />
|
||||
<attr name="right_bottom_radius" format="dimension" />
|
||||
<attr name="left_bottom_radius" format="dimension" />
|
||||
</declare-styleable>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user