去除无引用文件

修复一下问题:
1.心愿单
2.开播通知问题
3.头像框闪烁问题
This commit is contained in:
Martin
2024-08-02 17:20:20 +08:00
parent fb7998a42d
commit 3493a58590
969 changed files with 798 additions and 7301 deletions

View File

@@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval" xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/global"/>
</shape>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<inset
xmlns:android="http://schemas.android.com/apk/res/android"
android:inset="13dp">
<shape>
<corners android:radius="5dp"/>
<solid android:color="@color/global"/>
</shape>
</inset>

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true">
<shape>
<corners android:radius="4dp"/>
<solid android:color="@color/global"/>
</shape>
</item>
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@mipmap/icon_video_flash_0" android:state_checked="false"/>
<item android:drawable="@mipmap/icon_video_flash_1" android:state_checked="true"/>
</selector>

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="4dp"/>
<solid android:color="#80000000"/>
</shape>

View File

@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent">
</FrameLayout>

View File

@@ -1,87 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="5dp"
android:paddingLeft="13dp"
android:paddingRight="13dp"
>
<View
android:id="@+id/line"
style="@style/line2"
/>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@id/avatar"
android:layout_toRightOf="@id/avatar"
android:textColor="@color/gray3"
android:textSize="14sp"
/>
<TextView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/name"
android:layout_marginRight="60dp"
android:layout_toRightOf="@id/avatar"
android:textSize="14sp"
android:layout_marginBottom="5dp"
/>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/btn_expand"
android:layout_width="wrap_content"
android:layout_height="30dp"
android:layout_alignLeft="@id/content"
android:layout_below="@id/content"
android:drawablePadding="3dp"
android:gravity="center_vertical"
android:text="@string/video_comment_expand"
android:textColor="@color/gray3"
android:textSize="12sp"
app:dt_right_drawable="@mipmap/icon_comment_expand"
app:dt_right_height="16dp"
app:dt_right_width="16dp"
android:visibility="gone"
/>
<ImageView
android:id="@+id/btn_like"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_alignParentRight="true"
android:layout_marginRight="-10dp"
android:padding="7dp"
/>
<TextView
android:id="@+id/like_num"
android:layout_width="40dp"
android:layout_height="wrap_content"
android:layout_alignBottom="@id/btn_like"
android:layout_alignRight="@id/btn_like"
android:layout_marginBottom="-3dp"
android:ellipsize="end"
android:gravity="center"
android:singleLine="true"
android:textSize="12sp"
/>
</RelativeLayout>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 643 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 959 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B