Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.29 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.    android:layout_width="match_parent"
  6.    android:layout_height="wrap_content"
  7.    xmlns:app="http://schemas.android.com/apk/res-auto"
  8.    xmlns:tools="http://schemas.android.com/tools"
  9.    android:layout_margin="10dp"
  10.    app:cardCornerRadius="2dp"
  11.    android:id="@+id/loadBoardJob"
  12.    >
  13.  
  14.  
  15.     <LinearLayout
  16.    android:layout_width="match_parent"
  17.    android:layout_height="wrap_content"
  18.    android:orientation="vertical"
  19.    tools:layout_editor_absoluteX="8dp"
  20.    tools:layout_editor_absoluteY="8dp"
  21.        android:background="@drawable/gradient_blue">
  22.  
  23.     <TextView
  24.        android:layout_width="match_parent"
  25.        android:layout_height="30dp"
  26.        android:id="@+id/name"
  27.        android:textColor="@color/white"/>
  28.  
  29.     <TextView
  30.        android:layout_width="match_parent"
  31.        android:layout_height="30dp"
  32.        android:id="@+id/textView6"
  33.        android:textColor="@color/white"/>
  34.  
  35.     <TextView
  36.        android:layout_width="match_parent"
  37.        android:layout_height="30dp"
  38.        android:id="@+id/textView7"
  39.        android:textColor="@color/white"/>
  40.  
  41. </LinearLayout>
  42.  
  43. </android.support.v7.widget.CardView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement