Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout
- android:weightSum="1"
- android:orientation="horizontal"
- android:layout_marginLeft="16dp"
- android:layout_marginTop="20dp"
- android:layout_marginRight="16dp"
- android:background="@drawable/over_bulat"
- xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
- android:layout_height="230dp">
- <LinearLayout
- android:layout_weight="1"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <TextView
- android:layout_marginTop="25dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Name"
- android:textAlignment="center"
- android:fontFamily="sans-serif-black"
- android:textStyle="bold"
- android:id="@+id/txtName"
- android:layout_marginLeft="16dp"
- android:textSize="15dp"/>
- <TextView
- android:maxLines="3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="description"
- android:fontFamily="sans-serif-condensed-medium"
- android:id="@+id/txt_description"
- android:layout_marginLeft="16dp"
- android:textSize="18dp"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="bottom"
- android:orientation="vertical">
- <Button
- android:background="@drawable/overlay_yellow"
- android:id="@+id/btnSubmit"
- android:text="+"
- android:textStyle="bold"
- android:textSize="24dp"
- android:layout_width="150dp"
- android:layout_height="wrap_content"
- android:foregroundGravity="bottom"
- />
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:gravity="center"
- android:layout_width="140dp"
- android:layout_marginRight="14dp"
- android:layout_height="match_parent"
- android:orientation="vertical"
- >
- <ImageView
- android:scaleType="fitXY"
- android:id="@+id/img_pahlawan"
- android:layout_width="125dp"
- android:layout_height="125dp"
- />
- </LinearLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement