Skip to content

Commit

Permalink
Add message to restart Karoo after update (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
valterc authored Dec 18, 2022
1 parent ad62c5d commit 90c53e9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/res/layout/fragment_update.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,14 @@
app:drawableStartCompat="@drawable/ic_check"
app:drawableTint="@color/hh_green"/>

<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="15dp"
android:drawablePadding="15dp"
android:text="@string/text_update_restart"
android:gravity="center" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
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 @@ -125,5 +125,6 @@
<string name="text_cancel">Cancel</string>
<string name="text_next">Next</string>
<string name="text_start_update">Start update</string>
<string name="text_update_restart">Please <b>restart Karoo</b> before riding.</string>

</resources>

0 comments on commit 90c53e9

Please sign in to comment.