36 lines
No EOL
1.3 KiB
XML
36 lines
No EOL
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="32dp"
|
|
android:fontFamily="@font/poppins_bold"
|
|
android:text="@string/details"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/characterDesc"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:layout_marginTop="-16dp"
|
|
android:layout_marginEnd="32dp"
|
|
android:layout_marginBottom="32dp"
|
|
android:alpha="0.58"
|
|
tools:ignore="TextContrastCheck"
|
|
tools:text="@tools:sample/lorem/random" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="32dp"
|
|
android:layout_marginEnd="32dp"
|
|
android:fontFamily="@font/poppins_bold"
|
|
android:text="@string/roles"
|
|
android:textSize="16sp" />
|
|
</LinearLayout> |