Files
FrasesDeAnime/app/src/main/res/layout/activity_about.xml
Kevin Puertas fd7787e296 More text fixes
2017-12-03 14:22:39 +01:00

15 lines
762 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent" android:background="@drawable/cerebro">
<TextView
android:id="@+id/textView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="12dp"
android:text="¡Gracias por usar Frases de Anime! \nIdea por Alba García y desarrollada por JKANetwork! \nCreditos: \nImage Credit: 5 Star Rating System from Vector.me (by jhnri4)"
android:textAlignment="center"
android:textColor="@android:color/black"
android:textSize="18sp" />
</LinearLayout>