mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-23 06:13:04 +00:00
Feedback when restore is finished
This commit is contained in:
@@ -82,4 +82,17 @@
|
||||
android:layout_alignBottom="@+id/button_fix_permissions"
|
||||
android:layout_centerHorizontal="true"/>
|
||||
|
||||
<TextView
|
||||
android:text="@string/restore_finished"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:id="@+id/tv_restore_finished"
|
||||
android:textSize="24sp"
|
||||
android:textAlignment="center"
|
||||
android:textColor="@android:color/holo_green_dark"
|
||||
android:textAllCaps="false"
|
||||
android:visibility="invisible"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -251,4 +251,5 @@
|
||||
<string name="error_make_default_sms_app">Please make this application default SMS application to permit restore your messages. This limitation has been introduced by Android 4.4.</string>
|
||||
<string name="fix_permissions">Fix permissions</string>
|
||||
<string name="err_kitkat_required">Android 4.4 or greater is required to use this feature.</string>
|
||||
<string name="restore_finished">SMS restauration is now finished.</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user