VancedManager/app/src/main/res/layout/include_about_vanced_devs.xml

48 lines
1.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2020-05-05 21:33:40 +00:00
<com.google.android.material.card.MaterialCardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
2020-05-13 18:31:13 +00:00
style="@style/MaterialCard"
tools:ignore="HardcodedText"
app:contentPaddingTop="2dp">
2020-06-30 13:58:31 +00:00
<LinearLayout
android:layout_width="match_parent"
2020-06-30 13:58:31 +00:00
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
2020-05-13 18:31:13 +00:00
style="@style/AboutCardTitle"
android:id="@+id/about_card_vancedTeam"
android:text="@string/vanced_team"
app:layout_constraintTop_toTopOf="parent"
2020-05-13 18:31:13 +00:00
app:layout_constraintStart_toStartOf="parent" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="- xfileFIN"
android:textSize="18sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="- KevinX8"
android:textSize="18sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="- Zanezam"
android:textSize="18sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="- Laura Almeida"
android:textSize="18sp" />
2020-06-30 13:58:31 +00:00
</LinearLayout>
2020-05-05 21:33:40 +00:00
</com.google.android.material.card.MaterialCardView>