Created
May 24, 2020 17:35
-
-
Save tatd3v/02a8488682119dd4a444e447150c678a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="vertical"> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginLeft="3dp" | |
android:layout_marginRight="3dp" | |
android:orientation="horizontal" | |
android:paddingLeft="3dp" | |
android:paddingRight="3dp"> | |
<LinearLayout | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:orientation="vertical" | |
android:paddingRight="7dp"> | |
<TextView | |
android:id="@+id/nameLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Name: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/houseLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="House: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/patronousLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Patronous: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/speciesLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Species: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/bloodStatusLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Blood Status: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/roleLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Role: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/schoolLabel" | |
android:layout_width="match_parent" | |
android:layout_height="47dp" | |
android:gravity="center_vertical" | |
android:text="School: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/deathEaterLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Death Eater: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/dumbArmyLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Dumboldores Army: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/orderFenixLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Order of the Fenix: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/minMagicLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Ministry of Magic: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/aliasLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Alias: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/wandLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Wand: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/boggartLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Boggart: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/animagusLabel" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:text="Animagus: " | |
android:textSize="17sp" | |
android:textStyle="bold" | |
android:visibility="invisible" /> | |
</LinearLayout> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="vertical"> | |
<TextView | |
android:id="@+id/nameTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/houseTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/patronousTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/speciesTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/bloodStatusTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/roleTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/schoolTV" | |
android:layout_width="match_parent" | |
android:layout_height="47dp" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/deathEaterTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/dumbArmyTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/orderFenixTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/minMagicTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/aliasTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/wandTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/boggartTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
<TextView | |
android:id="@+id/animaTV" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="center|center_horizontal" | |
android:textSize="17sp" | |
android:visibility="invisible" /> | |
</LinearLayout> | |
</LinearLayout> | |
<View | |
android:id="@+id/divider" | |
android:layout_marginTop="3dp" | |
android:layout_marginBottom="3dp" | |
android:layout_width="match_parent" | |
android:layout_height="3dp" | |
android:background="@android:color/darker_gray" /> | |
</LinearLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment