Skip to content

Commit 26d0bf4

Browse files
committed
add motif in list materi
1 parent e782e22 commit 26d0bf4

File tree

6 files changed

+9
-0
lines changed

6 files changed

+9
-0
lines changed
31.8 KB
Loading
21.5 KB
Loading
20.2 KB
Loading
Loading
Loading

app/src/main/res/layout/materi_cardview.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,19 @@
2626
android:layout_width="wrap_content"
2727
android:layout_height="wrap_content"
2828
android:text="Judul Materi"
29+
android:fontFamily="@font/nunito_bold"
2930
android:textStyle="bold"
3031
android:textSize="10pt"
3132
android:layout_margin="5dp"
3233
android:textColor="@color/blue" />
3334

35+
<ImageView
36+
android:layout_width="wrap_content"
37+
android:layout_height="wrap_content"
38+
android:src="@drawable/ic_listateri"
39+
android:layout_alignParentRight="true"
40+
android:layout_marginLeft="150dp"/>
41+
3442
<LinearLayout
3543
android:layout_width="match_parent"
3644
android:layout_height="wrap_content"
@@ -46,6 +54,7 @@
4654
android:layout_height="wrap_content"
4755
android:text="Buka Materi"
4856
android:textSize="9pt"
57+
android:fontFamily="@font/nunito_semibold"
4958
android:textColor="@color/solidGrey"
5059
/>
5160
<ImageView

0 commit comments

Comments
 (0)