add the textview

This commit is contained in:
tibbi 2016-12-09 22:34:05 +01:00
parent d0e8016e25
commit 987da23d88
14 changed files with 24 additions and 0 deletions

View File

@ -5,4 +5,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:autoLink="email"
android:gravity="center"
android:lineSpacingExtra="3dp"
android:padding="@dimen/large_margin"
android:text="@string/main_text"
android:textSize="@dimen/normal_text_size"/>
</RelativeLayout>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">Einstellungen</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">Opciones</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">सेटिंग्स</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">Beállítások</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">Impostazioni</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">設定</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">Nustatymai</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">Definições</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">Настройки</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">Inställningar</string>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">设置</string>

View File

@ -1,6 +1,7 @@
<resources>
<dimen name="activity_margin">16dp</dimen>
<dimen name="medium_padding">8dp</dimen>
<dimen name="large_margin">40dp</dimen>
<dimen name="social_padding">8dp</dimen>
<dimen name="social_logo">40dp</dimen>

View File

@ -1,6 +1,7 @@
<resources>
<string name="app_name">Simple Thank You</string>
<string name="app_launcher_name">Thank You</string>
<string name="main_text">Thank you for supporting us!\nDrop us a line at \n hello@simplemobiletools.com,\n we\'d love to hear all your feedback and suggestions.</string>
<!-- Settings -->
<string name="settings">Settings</string>