change the widget config text

This commit is contained in:
tibbi committed 2016-02-14 16:54:26 +01:00
1 parent 58671dfb7c
commit 9eefa472fc
2 files changed
+2 -1

No files matched your search

+1 -1
View File
@@ -17,7 +17,7 @@
android:background="@null"
android:gravity="top"
android:padding="@dimen/activity_margin"
android:text="hello world"
android:text="@string/widget_config"
android:textSize="18sp"/>
<Button
+1
View File
@@ -1,3 +1,4 @@
<resources>
<string name="app_name">Simple Notes</string>
<string name="widget_config">Thank you for using Simple Notes.\nFor more simple apps please visit SimpleMobileTools.com.\n</string>
</resources>