pull/35/head^2
parent
7d2b47f930
commit
c5c5aa0213
@ -0,0 +1,45 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
xmlns:app="http://schemas.android.com/apk/res-auto" |
||||||
|
android:padding="16dp" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
app:cardCornerRadius="2dp" |
||||||
|
app:cardElevation="8dp"> |
||||||
|
|
||||||
|
<LinearLayout |
||||||
|
android:layout_margin="8dp" |
||||||
|
android:orientation="vertical" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content"> |
||||||
|
|
||||||
|
<TextView |
||||||
|
android:id="@+id/title" |
||||||
|
android:textSize="18sp" |
||||||
|
android:text="Title" |
||||||
|
android:layout_gravity="center" |
||||||
|
android:textStyle="bold" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" /> |
||||||
|
|
||||||
|
<TextView |
||||||
|
android:id="@+id/pub_date" |
||||||
|
android:textSize="12sp" |
||||||
|
android:layout_marginTop="8dp" |
||||||
|
android:layout_marginBottom="8dp" |
||||||
|
android:text="2019-10-01 13:48:00" |
||||||
|
android:layout_gravity="center" |
||||||
|
android:textStyle="italic" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" /> |
||||||
|
|
||||||
|
<TextView |
||||||
|
android:id="@+id/author" |
||||||
|
android:textSize="16sp" |
||||||
|
android:text="author" |
||||||
|
android:layout_gravity="center" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="wrap_content" /> |
||||||
|
|
||||||
|
</LinearLayout> |
||||||
|
</androidx.cardview.widget.CardView> |
Loading…
Reference in new issue