1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-23 06:13:04 +00:00

Add a label for progression, show it to user and fix sms restauration.

This is almost finished but needs some polish
This commit is contained in:
Loic Blot
2016-12-08 21:15:58 +01:00
parent 13ad6237fe
commit 9bb0a7d2f2
7 changed files with 70 additions and 26 deletions
@@ -95,4 +95,12 @@
android:textAllCaps="false"
android:visibility="invisible"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/progressbar_restore"
android:layout_centerHorizontal="true"
android:id="@+id/tv_progress_value"
android:text="@string/x_messages_restored"/>
</RelativeLayout>