1.修改图片的位置,变更到drawable,清晰度
2.修改点唱房没人隐藏火热值
This commit is contained in:
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
@@ -94,7 +94,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:clickable="true"
|
android:clickable="true"
|
||||||
android:src="@mipmap/screen"
|
android:src="@drawable/screen"
|
||||||
android:scaleType="centerCrop"
|
android:scaleType="centerCrop"
|
||||||
android:visibility="visible" />
|
android:visibility="visible" />
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ isBuildModule=false
|
|||||||
android.injected.testOnly=false
|
android.injected.testOnly=false
|
||||||
|
|
||||||
APP_VERSION_NAME=1.0.2
|
APP_VERSION_NAME=1.0.2
|
||||||
APP_VERSION_CODE=146
|
APP_VERSION_CODE=147
|
||||||
|
|
||||||
org.gradle.jvm.toolchain.useLegacyAdapters=false
|
org.gradle.jvm.toolchain.useLegacyAdapters=false
|
||||||
#org.gradle.java.home=C\:\\Users\\qx\\.jdks\\ms-17.0.15
|
#org.gradle.java.home=C\:\\Users\\qx\\.jdks\\ms-17.0.15
|
||||||
|
|||||||
@@ -211,7 +211,7 @@ public class TourClubDialogFragment extends BaseMvpDialogFragment<GiftLotteryPre
|
|||||||
if (!isDrawing) {
|
if (!isDrawing) {
|
||||||
isDrawing = true;
|
isDrawing = true;
|
||||||
prepareForNewLottery();
|
prepareForNewLottery();
|
||||||
num = "20";
|
num = "100";
|
||||||
MvpPre.xlhChou(roomId, num);
|
MvpPre.xlhChou(roomId, num);
|
||||||
} else {
|
} else {
|
||||||
// com.hjq.toast.ToastUtils.show("正在抽奖中...");
|
// com.hjq.toast.ToastUtils.show("正在抽奖中...");
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ public class RoomSingSongWheatView extends BaseWheatView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
updateSexIcon();
|
updateSexIcon();
|
||||||
updateCharmViewVisibility(bean);
|
// updateCharmViewVisibility(bean);
|
||||||
updatePkState(bean);
|
updatePkState(bean);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -82,7 +82,7 @@ public class RoomSingSongWheatView extends BaseWheatView {
|
|||||||
mIvRipple.setVisibility(VISIBLE);
|
mIvRipple.setVisibility(VISIBLE);
|
||||||
mTvName.setText(bean.getNickname());
|
mTvName.setText(bean.getNickname());
|
||||||
ImageUtils.loadHeadCC(bean.getAvatar(), mRiv);
|
ImageUtils.loadHeadCC(bean.getAvatar(), mRiv);
|
||||||
|
mCharmView.setVisibility(VISIBLE);
|
||||||
if (TextUtils.isEmpty(bean.getDress())) {
|
if (TextUtils.isEmpty(bean.getDress())) {
|
||||||
mIvFrame.stopAll();
|
mIvFrame.stopAll();
|
||||||
mIvFrame.setVisibility(INVISIBLE);
|
mIvFrame.setVisibility(INVISIBLE);
|
||||||
@@ -98,7 +98,7 @@ public class RoomSingSongWheatView extends BaseWheatView {
|
|||||||
|
|
||||||
private void handleOffState(RoomPitBean bean) {
|
private void handleOffState(RoomPitBean bean) {
|
||||||
mTvName.setText(getPitNumberText());
|
mTvName.setText(getPitNumberText());
|
||||||
|
mCharmView.setVisibility(GONE);
|
||||||
if (showBoss && TextUtils.equals(WHEAT_BOSS, pitNumber)) {
|
if (showBoss && TextUtils.equals(WHEAT_BOSS, pitNumber)) {
|
||||||
mIvTagBoss.setVisibility(VISIBLE);
|
mIvTagBoss.setVisibility(VISIBLE);
|
||||||
int resId = bean.getIs_lock() == 1 ? R.mipmap.room_ic_wheat_default_suo : R.mipmap.room_ic_wheat_default;
|
int resId = bean.getIs_lock() == 1 ? R.mipmap.room_ic_wheat_default_suo : R.mipmap.room_ic_wheat_default;
|
||||||
@@ -146,7 +146,11 @@ public class RoomSingSongWheatView extends BaseWheatView {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
tv_time_pk.setVisibility(GONE);
|
tv_time_pk.setVisibility(GONE);
|
||||||
|
if (isOn()) {
|
||||||
mCharmView.setVisibility(VISIBLE);
|
mCharmView.setVisibility(VISIBLE);
|
||||||
|
}else {
|
||||||
|
mCharmView.setVisibility(GONE);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
tools:visibility="visible"
|
tools:visibility="visible"
|
||||||
|
app:layout_constraintDimensionRatio="0.99:0.99"
|
||||||
app:layout_constraintBottom_toBottomOf="@id/riv"
|
app:layout_constraintBottom_toBottomOf="@id/riv"
|
||||||
app:layout_constraintEnd_toEndOf="@id/riv"
|
app:layout_constraintEnd_toEndOf="@id/riv"
|
||||||
app:layout_constraintStart_toStartOf="@id/riv"
|
app:layout_constraintStart_toStartOf="@id/riv"
|
||||||
|
|||||||
BIN
moduleUtil/src/main/res/mipmap-xxxhdpi/common_et_clear_icon.png
Normal file
BIN
moduleUtil/src/main/res/mipmap-xxxhdpi/common_et_clear_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Reference in New Issue
Block a user