Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 9a7ec80

Browse files
committed
Green tick
1 parent 1c85313 commit 9a7ec80

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
14.2 KB
Loading

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
android:layout_alignParentTop="true"
2727
android:layout_centerVertical="true"
2828
android:textAllCaps="true"
29-
android:textSize="30dp"
30-
android:text="Hello WORLD WORLD world"
29+
android:textSize="30sp"
30+
tools:text="Hello WORLD WORLD world"
3131
android:textColor="@android:color/white" />
3232
<ImageView
3333
android:id="@+id/isCompleted"
34-
android:layout_width="wrap_content"
35-
android:layout_height="wrap_content"
34+
android:layout_width="60dp"
35+
android:layout_height="60dp"
3636
android:layout_centerVertical="true"
3737
android:layout_toEndOf="@+id/cardTextView"
38-
android:visibility="gone"
39-
card_view:srcCompat="@drawable/ic_launcher_foreground" />
38+
android:visibility="visible"
39+
card_view:srcCompat="@drawable/res_def" />
4040

4141
</RelativeLayout>
4242

0 commit comments

Comments
 (0)