1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-24 14:45:34 +00:00

Feedback when restore is finished

This commit is contained in:
Loic Blot
2016-12-08 00:58:27 +01:00
parent 09ab64044d
commit b13e98e2dc
4 changed files with 46 additions and 12 deletions
@@ -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>