소스 검색

feat: more icon

tongmengxiao 11 달 전
부모
커밋
efe5ff3f41
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      room/src/main/res/layout/layout_anchor_footer_view.xml
  2. BIN
      room/src/main/res/mipmap-xxhdpi/live_more.png

+ 2 - 2
room/src/main/res/layout/layout_anchor_footer_view.xml

@@ -89,7 +89,7 @@
 
     <ImageView
         android:id="@+id/ivGift"
-        android:layout_marginStart="10dp"
+        android:layout_marginEnd="10dp"
         android:background="@drawable/shape_80000000_20"
         app:layout_constraintTop_toTopOf="parent"
         app:layout_constraintEnd_toStartOf="@+id/ivNotice"
@@ -145,7 +145,7 @@
         android:background="@drawable/shape_80000000_20"
         app:layout_constraintTop_toTopOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
-        android:src="@mipmap/live_message"
+        android:src="@mipmap/live_more"
         android:layout_width="40dp"
         android:layout_height="40dp"/>
 

BIN
room/src/main/res/mipmap-xxhdpi/live_more.png