Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <android.support.v7.widget.CardView
- android:id="@+id/team5"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_margin="@dimen/cards_margin"
- android:padding="@dimen/cards_padding"
- card_view:cardBackgroundColor="@color/cardsbg"
- card_view:cardElevation="@dimen/cards_elevation"
- android:clickable="true"
- android:foreground="?android:attr/selectableItemBackground">
- <RelativeLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
- <FrameLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content">
- <com.makeramen.roundedimageview.RoundedImageView
- xmlns:app="http://schemas.android.com/apk/res-auto"
- android:layout_height="wrap_content"
- android:layout_width="wrap_content"
- android:layout_marginTop="-8dp"
- android:src="@drawable/banner3"
- android:scaleType="centerCrop"
- android:adjustViewBounds="true"
- app:riv_mutate_background="false"
- app:riv_corner_radius_top_left="2dip"
- app:riv_corner_radius_top_right="2dip"
- app:riv_corner_radius_bottom_left="0dip"
- app:riv_corner_radius_bottom_right="0dip"
- app:riv_border_width="0dp"
- app:riv_oval="false"
- />
- <View
- android:layout_width="fill_parent"
- android:layout_height="104dp"
- android:background="@color/white"
- android:layout_marginTop="125dip"
- android:adjustViewBounds="true" />
- <ImageView
- android:layout_marginLeft="10dip"
- android:layout_marginTop="50dip"
- android:layout_width="100dp"
- android:layout_height="100dp"
- android:src="@drawable/wip_round"/>
- </FrameLayout>
- <RelativeLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingTop="140dip"
- android:layout_margin="@dimen/cards_margin">
- <TextView
- android:id="@+id/team5_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_alignParentTop="true"
- android:layout_margin="@dimen/cards_text_margin"
- android:text="@string/team5_name"
- android:textColor="@color/primary"
- android:textSize="@dimen/text_big" />
- <TextView
- android:id="@+id/team5_desc"
- android:text="@string/team5_desc"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignLeft="@id/team5_name"
- android:layout_alignStart="@+id/team5_name"
- android:layout_below="@id/team5_name"
- android:layout_marginBottom="@dimen/cards_text_margin"
- android:lineSpacingMultiplier="1.2"
- android:textColor="@color/dark_grey"
- android:textSize="@dimen/text_small" />
- </RelativeLayout>
- </RelativeLayout>
- </android.support.v7.widget.CardView>
Advertisement
Add Comment
Please, Sign In to add comment