mirror of
https://gitlab.com/SoftwareTalent/FrasesDeAnime.git
synced 2026-03-06 18:42:00 +01:00
15 lines
762 B
XML
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> |