Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/colorPrimary">
- <ImageView
- app:srcCompat="@drawable/android"
- android:id="@+id/imageView"
- android:layout_margin="12dp"
- android:layout_width="70dp"
- android:padding="4dp"
- android:layout_height="80dp" />
- <TextView
- android:text="WildanTechnoArt"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:id="@+id/textView"
- android:textStyle="normal|bold"
- android:textSize="16sp"
- android:textColor="@android:color/background_light"
- android:layout_marginLeft="14dp"
- android:layout_marginBottom="8dp" />
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment