翻译修改

This commit is contained in:
guozhen 2025-05-10 10:46:49 +08:00
parent e4e005e3ac
commit 4c6af1280e
2 changed files with 7 additions and 5 deletions

View File

@ -342,8 +342,8 @@ public class BVXHeadView extends FrameLayout {
// tv_episode_playertotal.setText(String.valueOf(shortVideoInfo.getEpisode_total()));
tv_des_player.setText(shortVideoInfo.getDescription());
Glide.with(getContext()).load(shortVideoInfo.getImage_url()).placeholder(R.mipmap.unselect_register_4_ideo).into(ivCoverPlayerDetail);
ivCoverPlayerDetail.setVisibility(View.VISIBLE);
Glide.with(getContext()).load(shortVideoInfo.getImage_url()).into(ivCoverPlayerDetail);
// ivCoverPlayerDetail.setVisibility(View.VISIBLE);
iv_collection_controller.setImageResource(shortVideoInfo.isIs_collect() ? R.mipmap.banner_ffffff : R.mipmap.launcher_preference);
bind.playerViewTop.ivCollectionController.setImageResource(shortVideoInfo.isIs_collect() ? R.mipmap.banner_ffffff : R.mipmap.launcher_preference);
tv_collection_num_controller.setText(TimeUtils.formatNumber(shortVideoInfo.getCollect_total()));

View File

@ -65,11 +65,11 @@
<androidx.appcompat.widget.LinearLayoutCompat
android:id="@+id/layout_wallet_nick"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignTop="@+id/layout_wallet_head"
android:layout_alignBottom="@+id/layout_wallet_head"
android:layout_marginStart="@dimen/earchLayout"
android:layout_marginEnd="120dp"
android:layout_toEndOf="@+id/layout_wallet_head"
android:gravity="center_vertical"
android:orientation="vertical">
@ -160,15 +160,17 @@
android:layout_marginTop="@dimen/enterExploreLocal_c"
android:layout_marginBottom="@dimen/colorsPisodes"
android:background="#26ffffff" />
</RelativeLayout>
<androidx.constraintlayout.widget.Guideline
android:id="@+id/guideline"
android:layout_width="match_parent"
android:layout_height="@dimen/affffffSettings"
android:orientation="horizontal"
app:layout_constraintGuide_percent="0.08" />
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/tv_wallet_topup"
android:layout_width="wrap_content"