mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Change central message in dialog when server is not reachable
This commit is contained in:
parent
3d4ec96a3a
commit
987d0189c6
2 changed files with 7 additions and 2 deletions
|
|
@ -6,6 +6,10 @@
|
|||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginTop="24dp"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:gravity="center"
|
||||
android:text="aaaaaa" />
|
||||
android:text="@string/server_unreachable_dialog_summary" />
|
||||
</LinearLayout>
|
||||
|
|
@ -173,6 +173,7 @@
|
|||
<string name="song_list_page_year">Year %1$d</string>
|
||||
<string name="server_unreachable_dialog_negative_button">Cancel</string>
|
||||
<string name="server_unreachable_dialog_neutral_button">Go to login</string>
|
||||
<string name="server_unreachable_dialog_positive_button">OK</string>
|
||||
<string name="server_unreachable_dialog_positive_button">Continue anyway</string>
|
||||
<string name="server_unreachable_dialog_title">Server unreachable</string>
|
||||
<string name="server_unreachable_dialog_summary">The requested server is unavailable. Please contact your support and describe your issue.</string>
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue