feat:多语言调整(PK相关)
@@ -207,13 +207,13 @@ public class PKResultDialog extends BaseDialog {
|
||||
|
||||
private void refreshBgByStatus() {
|
||||
if (pkResult == PK_RESULT_VICTORY) {
|
||||
ivResultTop.setImageResource(R.mipmap.pk_result_victory_top);
|
||||
ivResultTop.setImageResource(R.drawable.pk_result_victory_top);
|
||||
ivResultBottom.setImageResource(R.mipmap.pk_result_victory_bottom);
|
||||
} else if (pkResult == PK_RESULT_FAIL) {
|
||||
ivResultTop.setImageResource(R.mipmap.pk_result_fail_top);
|
||||
ivResultTop.setImageResource(R.drawable.pk_result_fail_top);
|
||||
ivResultBottom.setImageResource(R.mipmap.pk_result_fail_bottom);
|
||||
} else if (pkResult == PK_RESULT_TIE) {
|
||||
ivResultTop.setImageResource(R.mipmap.pk_result_tie_top);
|
||||
ivResultTop.setImageResource(R.drawable.pk_result_tie_top);
|
||||
ivResultBottom.setImageResource(R.mipmap.pk_result_tie_bottom);
|
||||
}
|
||||
}
|
||||
|
BIN
app/src/main/res/drawable-ar-xhdpi/bg_pk_board_begin.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
app/src/main/res/drawable-ar-xhdpi/bg_pk_score_board_close.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
app/src/main/res/drawable-ar-xhdpi/bg_star_week_1.png
Normal file
After Width: | Height: | Size: 49 KiB |
BIN
app/src/main/res/drawable-ar-xhdpi/bg_star_week_2.png
Normal file
After Width: | Height: | Size: 52 KiB |
BIN
app/src/main/res/drawable-ar-xhdpi/fans_team_bg_task_title.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
app/src/main/res/drawable-ar-xhdpi/pk_result_fail_top.png
Normal file
After Width: | Height: | Size: 223 KiB |
BIN
app/src/main/res/drawable-ar-xhdpi/pk_result_tie_top.png
Normal file
After Width: | Height: | Size: 221 KiB |
BIN
app/src/main/res/drawable-ar-xhdpi/pk_result_victory_top.png
Normal file
After Width: | Height: | Size: 251 KiB |
BIN
app/src/main/res/drawable-en-xhdpi/bg_pk_board_begin.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
app/src/main/res/drawable-en-xhdpi/bg_pk_score_board_close.png
Normal file
After Width: | Height: | Size: 921 B |
BIN
app/src/main/res/drawable-en-xhdpi/bg_star_week_1.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
app/src/main/res/drawable-en-xhdpi/bg_star_week_2.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
app/src/main/res/drawable-en-xhdpi/fans_team_bg_task_title.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
app/src/main/res/drawable-en-xhdpi/pk_result_fail_top.png
Normal file
After Width: | Height: | Size: 219 KiB |
BIN
app/src/main/res/drawable-en-xhdpi/pk_result_tie_top.png
Normal file
After Width: | Height: | Size: 219 KiB |
BIN
app/src/main/res/drawable-en-xhdpi/pk_result_victory_top.png
Normal file
After Width: | Height: | Size: 248 KiB |
After Width: | Height: | Size: 71 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 611 B After Width: | Height: | Size: 611 B |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
@@ -215,7 +215,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:src="@mipmap/pk_result_victory_top" />
|
||||
android:src="@drawable/pk_result_victory_top" />
|
||||
|
||||
|
||||
</FrameLayout>
|
@@ -202,7 +202,7 @@
|
||||
android:id="@+id/tv_close"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/bg_pk_score_board_close"
|
||||
android:src="@drawable/bg_pk_score_board_close"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
|
@@ -193,7 +193,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/bg_pk_board_begin"
|
||||
android:src="@drawable/bg_pk_board_begin"
|
||||
app:layout_constraintBottom_toBottomOf="@id/view_bg"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|