修改送全麦文案展示(国际化)
This commit is contained in:
@@ -193,7 +193,7 @@ public class GiftAvatarAdapter extends RecyclerView.Adapter<GiftAvatarAdapter.Vi
|
||||
private TextView allMicState;
|
||||
private RelativeLayout avatarContainer;
|
||||
private View micNumberCover;
|
||||
private ImageView ivAll;
|
||||
private View ivAll;
|
||||
|
||||
public ViewHolder(View itemView) {
|
||||
super(itemView);
|
||||
|
@@ -12,12 +12,18 @@
|
||||
android:layout_height="match_parent"
|
||||
app:cborder_width="1dp" />
|
||||
|
||||
<ImageView
|
||||
<TextView
|
||||
android:id="@+id/iv_all"
|
||||
android:layout_width="match_parent"
|
||||
android:textSize="@dimen/dp_10"
|
||||
android:gravity="center"
|
||||
android:paddingHorizontal="@dimen/dp_7"
|
||||
android:paddingVertical="@dimen/dp_3"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:src="@drawable/icon_gift_all_mic_ture"
|
||||
android:text="@string/all_mic"
|
||||
android:background="@drawable/bg_magic_dialog_button_send"
|
||||
android:textColor="@color/white"
|
||||
android:visibility="gone" />
|
||||
|
||||
<com.coorchice.library.SuperTextView
|
||||
|
@@ -5216,4 +5216,5 @@
|
||||
<string name="my_collection">我的收藏</string>
|
||||
<string name="me_setting">設置</string>
|
||||
|
||||
<string name="all_mic">送全麦</string>
|
||||
</resources>
|
@@ -5215,5 +5215,5 @@
|
||||
|
||||
<string name="my_collection">我的收藏</string>
|
||||
<string name="me_setting">設置</string>
|
||||
|
||||
<string name="all_mic">送全麦</string>
|
||||
</resources>
|
@@ -5244,6 +5244,7 @@
|
||||
<string name="layout_act_mini_world_group_message_04">Edit</string>
|
||||
<string name="treasure_box_presenter_boxrankingpresenter_01">No data yet</string>
|
||||
<string name="treasure_box_presenter_boxrankingpresenter_02">It\'s the end</string>
|
||||
<string name="all_mic">All</string>
|
||||
</resources>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user