Fixed animation, fixed UI

This commit is contained in:
Alexander Doerflinger
2026-01-30 14:43:24 +01:00
parent 3fc5966e40
commit 60e707b9f6
7 changed files with 180 additions and 34 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:duration="50"
android:fromXDelta="0"
android:toXDelta="15"
android:repeatCount="8"
android:duration="80"
android:fromXDelta="-12"
android:toXDelta="12"
android:repeatCount="15"
android:repeatMode="reverse"
android:interpolator="@android:anim/linear_interpolator" />
android:interpolator="@android:anim/cycle_interpolator" />

View File

@@ -21,6 +21,10 @@
<string name="txt_update_profile_username_save">Update Squad</string>
<string name="txt_cancel_crop">Cancel</string>
<string name="txt_confirm_crop">Confirm Crop</string>
<string name="txt_permission_hint_title">Image Permission required</string>
<string name="txt_permission_hint_description">This app needs access to your images to set a custom profile picture</string>
<string name="txt_permission_hint_button_ok">OK</string>
<string name="txt_permission_hint_button_cancel">Cancel</string>
<!-- GameActivity -->
<string name="txt_game_btn_single">Single</string>
@@ -32,9 +36,9 @@
<!-- Preference Strings -->
<string name="pref_key_day_night_mode">day_night_mode</string>
<string name="pref_key_standard_game_mode">standard_game_mode</string>
<string name="pref_game_mode_701_value">701</string>
<string name="pref_game_mode_501_value">501</string>
<string name="pref_game_mode_301_value">301</string>
<string name="pref_game_mode_701_value">Standard 701 - Double Out</string>
<string name="pref_game_mode_501_value">Standard 501 - Double Out</string>
<string name="pref_game_mode_301_value">Standard 301 - Double Out</string>
<string name="pref_game_mode_cricket_value">Cricket</string>
<string name="pref_desc_day_night_mode">Day/Night Mode</string>
<string name="pref_title_standard_game_mode">Standard Game Mode</string>
@@ -61,4 +65,7 @@
<string name="attachment_summary_on">Automatically download attachments for incoming emails
</string>
<string name="attachment_summary_off">Only download attachments when manually requested</string>
<!-- Other strings -->
<string name="attribution_label">"Oche Game Effects"</string>
</resources>