Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="190dp"
- android:background="@android:color/holo_red_light"
- android:orientation="vertical">
- <TextView
- android:id="@+id/textName"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_above="@+id/textProfile"
- android:layout_marginStart="30dp"
- android:gravity="start"
- android:paddingBottom="4dp"
- android:textColor="#FFF"
- android:textSize="22sp"
- android:textStyle="bold" />
- <TextView
- android:id="@+id/textProfile"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_alignStart="@+id/textName"
- android:layout_marginBottom="50dp"
- android:layout_marginTop="10dp"
- android:gravity="start"
- android:textColor="#fff"
- android:textSize="18sp"
- android:textStyle="bold" />
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment