couple string changes

This commit is contained in:
tibbi 2016-06-02 18:09:38 +02:00
parent e493c51857
commit 225031c9f5
4 changed files with 14 additions and 9 deletions

View File

@ -35,7 +35,7 @@
<activity
android:name=".LicenseActivity"
android:label="@string/license"
android:label="@string/third_party_licences"
android:screenOrientation="portrait"/>
<receiver

View File

@ -35,7 +35,7 @@
android:layout_below="@+id/about_email"
android:paddingBottom="@dimen/activity_margin"
android:paddingTop="@dimen/activity_margin"
android:text="@string/open_source_licences"
android:text="@string/third_party_licences_underlined"
android:textColor="@color/colorPrimary"/>
<TextView

View File

@ -10,9 +10,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="@dimen/activity_margin"
android:paddingLeft="@dimen/activity_margin"
android:paddingRight="@dimen/activity_margin">
android:padding="@dimen/activity_margin">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/notice"/>
<TextView
android:id="@+id/license_butterknife_title"

View File

@ -5,15 +5,17 @@
<!-- About -->
<string name="about">About</string>
<string name="website">For more simple apps please visit:\nhttp://simplemobiletools.com</string>
<string name="email_label">You can send your feedback and new app suggestions at:</string>
<string name="website">For more simple apps or source codes please visit:\nhttp://simplemobiletools.com</string>
<string name="email_label">You can send your feedback or new app suggestions at:</string>
<string name="email">hello@simplemobiletools.com</string>
<string name="open_source_licences"><u>Open-source licences</u></string>
<string name="third_party_licences_underlined"><u>Third party licences</u></string>
<string name="version">v %1$s</string>
<string name="copyright">Copyright © Simple Mobile Tools %1$d</string>
<!--License-->
<string name="license">License</string>
<string name="license_note">License</string>
<string name="notice">This app uses the following third party libraries to make my life easier. Thank you.</string>
<string name="third_party_licences">Third party licences</string>
<string name="butterknife_title">Butter Knife (view injector)</string>
<string name="butterknife_text">Copyright 2013 Jake Wharton\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.</string>
<string name="butterknife_url">https://github.com/JakeWharton/butterknife</string>