看激励视频dialog title

This commit is contained in:
renhaoting 2025-12-26 11:39:20 +08:00
parent 2cc2315306
commit a5b4df0854
2 changed files with 6 additions and 3 deletions

View File

@ -18,13 +18,16 @@
/> />
<androidx.appcompat.widget.AppCompatImageView <androidx.appcompat.widget.AppCompatTextView
android:id="@+id/iv_title" android:id="@+id/iv_title"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:orientation="vertical" android:orientation="vertical"
android:layout_gravity="center" android:layout_gravity="center"
android:src="@mipmap/temp" android:textSize="30sp"
android:textStyle="bold"
android:textColor="@color/yellow_0b"
android:text="@string/recompensa"
android:layout_marginTop="50dp" android:layout_marginTop="50dp"
/> />

View File

@ -214,7 +214,7 @@
<string name="zero_win_state_withdrarw_success">Paid</string> <string name="zero_win_state_withdrarw_success">Paid</string>
<string name="zero_withdraw_failed">Claim reward failed</string> <string name="zero_withdraw_failed">Claim reward failed</string>
<string name="zero_withdraw_ongoing">The withdraw request has submitted successfully</string> <string name="zero_withdraw_ongoing">The withdraw request has submitted successfully</string>
<string name="recompensa">Recompensa!</string>
</resources> </resources>