Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <android.support.v7.widget.CardView android:layout_width="match_parent"
- android:layout_height="wrap_content"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- app:cardCornerRadius="@dimen/dimen_8"
- app:contentPadding="@dimen/cardview_default_radius"
- android:name="post_cardview"
- xmlns:android="http://schemas.android.com/apk/res/android">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <ImageView
- android:id="@+id/card_photo"
- android:layout_width="match_parent"
- android:layout_height="200dp"
- app:srcCompat="@drawable/ic_photo_camera" />
- <TextView
- android:id="@+id/card_tgl"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Photo by ....."
- android:textSize="20dp" />
- <TextView
- android:id="@+id/card_tlp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:text="Lokasi"
- android:textSize="20dp" />
- <TextView
- android:id="@+id/card_comment"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Komentar" />
- </LinearLayout>
- </android.support.v7.widget.CardView>
Advertisement
Add Comment
Please, Sign In to add comment