Advertisement
JasianCardoso

montarbarreta_barreta.xml

Feb 3rd, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <android.support.v7.widget.CardView
  4.    xmlns:android="http://schemas.android.com/apk/res/android"
  5.    xmlns:app="http://schemas.android.com/apk/res-auto"
  6.    android:layout_width="match_parent"
  7.    android:layout_height="wrap_content"
  8.    android:layout_marginBottom="1dp"
  9.    android:layout_marginTop="1dp"
  10.    android:layout_marginLeft="1dp"
  11.    android:layout_marginRight="1dp"
  12.    android:layout_gravity="top|center"
  13.    >
  14.  
  15.  
  16.     <LinearLayout
  17.        android:layout_width="wrap_content"
  18.        android:layout_height="wrap_content"
  19.        android:layout_gravity="center"
  20.        android:orientation="horizontal" >
  21.  
  22.  
  23.         <ImageView
  24.  
  25.            android:layout_alignParentLeft="true"
  26.            android:layout_marginLeft="1dp"
  27.            android:id="@+id/montar_imagem_barreta"
  28.            android:layout_width="70dp"
  29.            android:layout_height="28dp"
  30.            android:src="@null"
  31.            android:layout_marginTop="1dp"
  32.            android:layout_marginRight="1dp"
  33.            android:layout_marginBottom="1dp"
  34.            android:layout_gravity="center"/>
  35.         <ImageView
  36.  
  37.            android:layout_alignParentLeft="true"
  38.            android:layout_marginLeft="1dp"
  39.            android:id="@+id/montar_imagem_barreta1"
  40.            android:layout_width="70dp"
  41.            android:layout_height="28dp"
  42.            android:src="@null"
  43.            android:layout_marginTop="1dp"
  44.            android:layout_marginRight="1dp"
  45.            android:layout_marginBottom="1dp"
  46.            android:layout_gravity="center"/>
  47.         <ImageView
  48.  
  49.            android:layout_alignParentLeft="true"
  50.            android:layout_marginLeft="1dp"
  51.            android:id="@+id/montar_imagem_barreta2"
  52.            android:layout_width="70dp"
  53.            android:layout_height="28dp"
  54.            android:src="@null"
  55.            android:layout_marginTop="1dp"
  56.            android:layout_marginRight="1dp"
  57.            android:layout_marginBottom="1dp"
  58.            android:layout_gravity="center"/>
  59.  
  60.     </LinearLayout>
  61. </android.support.v7.widget.CardView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement