wildantechnoart77

navpart7

Feb 27th, 2017
705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.98 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:app="http://schemas.android.com/apk/res-auto"
  4.    android:orientation="vertical"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="wrap_content"
  7.    android:background="@color/colorPrimary">
  8.  
  9.     <ImageView
  10.        app:srcCompat="@drawable/android"
  11.        android:id="@+id/imageView"
  12.        android:layout_margin="12dp"
  13.        android:layout_width="70dp"
  14.        android:padding="4dp"
  15.        android:layout_height="80dp" />
  16.  
  17.     <TextView
  18.        android:text="WildanTechnoArt"
  19.        android:layout_width="match_parent"
  20.        android:layout_height="wrap_content"
  21.        android:id="@+id/textView"
  22.        android:textStyle="normal|bold"
  23.        android:textSize="16sp"
  24.        android:textColor="@android:color/background_light"
  25.        android:layout_marginLeft="14dp"
  26.        android:layout_marginBottom="8dp" />
  27. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment