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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user