1:修改房间排行榜头像图、小时榜背景图
BIN
BaseModule/src/main/res/mipmap-hdpi/hourly_djs.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
BaseModule/src/main/res/mipmap-hdpi/hourly_top_bj.png
Normal file
|
After Width: | Height: | Size: 196 KiB |
BIN
BaseModule/src/main/res/mipmap-hdpi/rank_im_t1.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
BaseModule/src/main/res/mipmap-hdpi/rank_im_t2.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
BaseModule/src/main/res/mipmap-hdpi/rank_im_t3.png
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
BaseModule/src/main/res/mipmap-xhdpi/hourly_djs.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
BaseModule/src/main/res/mipmap-xhdpi/hourly_top_bj.png
Normal file
|
After Width: | Height: | Size: 301 KiB |
BIN
BaseModule/src/main/res/mipmap-xhdpi/rank_im_t1.png
Normal file
|
After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 2.9 KiB |
BIN
BaseModule/src/main/res/mipmap-xhdpi/rank_im_t2.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 1.8 KiB |
BIN
BaseModule/src/main/res/mipmap-xhdpi/rank_im_t3.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 2.3 KiB |
BIN
BaseModule/src/main/res/mipmap-xxhdpi/hourly_djs.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
BaseModule/src/main/res/mipmap-xxhdpi/hourly_top_bj.png
Normal file
|
After Width: | Height: | Size: 554 KiB |
|
Before Width: | Height: | Size: 30 KiB |
BIN
BaseModule/src/main/res/mipmap-xxhdpi/rank_im_t1.png
Normal file
|
After Width: | Height: | Size: 133 KiB |
BIN
BaseModule/src/main/res/mipmap-xxhdpi/rank_im_t2.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
BaseModule/src/main/res/mipmap-xxhdpi/rank_im_t3.png
Normal file
|
After Width: | Height: | Size: 81 KiB |
@@ -43,8 +43,8 @@
|
||||
app:riv_oval="true" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_65"
|
||||
android:layout_height="@dimen/dp_65"
|
||||
android:layout_width="@dimen/dp_85"
|
||||
android:layout_height="@dimen/dp_85"
|
||||
android:background="@mipmap/rank_im_t2"
|
||||
app:layout_constraintBottom_toBottomOf="@id/view_top2"
|
||||
app:layout_constraintEnd_toEndOf="@id/view_top2"
|
||||
@@ -126,8 +126,8 @@
|
||||
app:riv_oval="true" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_80"
|
||||
android:layout_height="@dimen/dp_80"
|
||||
android:layout_width="@dimen/dp_100"
|
||||
android:layout_height="@dimen/dp_100"
|
||||
android:background="@mipmap/rank_im_t1"
|
||||
app:layout_constraintBottom_toBottomOf="@id/view_top1"
|
||||
app:layout_constraintEnd_toEndOf="@id/view_top1"
|
||||
@@ -147,8 +147,8 @@
|
||||
app:riv_oval="true" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_65"
|
||||
android:layout_height="@dimen/dp_65"
|
||||
android:layout_width="@dimen/dp_85"
|
||||
android:layout_height="@dimen/dp_85"
|
||||
android:background="@mipmap/rank_im_t3"
|
||||
app:layout_constraintBottom_toBottomOf="@id/view_top3"
|
||||
app:layout_constraintEnd_toEndOf="@id/view_top3"
|
||||
|
||||