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

Notify that the feature is not already implement for restore_messages & prepare bump version (not ready yet)

This commit is contained in:
Loic Blot
2016-09-07 23:56:54 +02:00
parent c934f0deeb
commit 929c4d2f76
5 changed files with 13 additions and 2 deletions
@@ -36,4 +36,12 @@
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="fr.unix_experience.owncloud_sms.activities.remote_account.RestoreMessagesActivity">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
android:text="@string/feature_not_already_implemented"
android:id="@+id/textView"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"/>
</RelativeLayout>