Adds a reference to Yandex Translate

This commit is contained in:
stom79 2017-11-01 13:38:26 +01:00
parent 49fb0eb630
commit 575a0d79fc
1 changed files with 11 additions and 2 deletions

View File

@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License along with Mastalab; if not,
see <http://www.gnu.org/licenses>.
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/trans_container"
android:padding="10dp"
android:orientation="vertical"
@ -68,6 +68,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<TextView
android:id="@+id/yandex_translate"
android:layout_width="match_parent"
android:layout_marginTop="20dp"
android:padding="2dp"
android:gravity="end"
android:text="Powered by Yandex.Translate"
android:layout_height="wrap_content"
tools:ignore="HardcodedText" />
</LinearLayout>