Skip to content

Commit

Permalink
Added a warning snippet to the progress dialog about SDV 1.4 mods
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyrPher committed Nov 27, 2019
1 parent 97bc1a1 commit 8bca8c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/layout/progress_bar_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">

<TextView
android:id="@+id/textView4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/stardew_14_warning"
android:layout_marginLeft="16dp"
android:layout_marginTop="8dp"
android:layout_marginRight="16dp"
android:layout_marginBottom="4dp"
android:textStyle="bold"/>

<ProgressBar
android:id="@+id/progressBar2"
style="?android:attr/progressBarStyle"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
<string name="install_squid_ocean">Grabbing squids from the ocean...</string>
<string name="install_dino_egg">Digging for dino eggs...</string>
<string name="install_rock_crab">That rock was a crab!?...</string>
<string name="stardew_14_warning">"WARNING: many mod updates are for Stardew Valley 1.4, which is not available on Android yet. Make sure to back up the previous mod version before attempting to install updates.</string>
<string name="blank"> </string>
</resources>

0 comments on commit 8bca8c2

Please sign in to comment.