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

Commit

Permalink
Green tick
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxct committed May 21, 2020
1 parent 1c85313 commit 9a7ec80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added app/src/main/res/drawable/res_def.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions app/src/main/res/layout/rv_main_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
android:layout_alignParentTop="true"
android:layout_centerVertical="true"
android:textAllCaps="true"
android:textSize="30dp"
android:text="Hello WORLD WORLD world"
android:textSize="30sp"
tools:text="Hello WORLD WORLD world"
android:textColor="@android:color/white" />
<ImageView
android:id="@+id/isCompleted"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_centerVertical="true"
android:layout_toEndOf="@+id/cardTextView"
android:visibility="gone"
card_view:srcCompat="@drawable/ic_launcher_foreground" />
android:visibility="visible"
card_view:srcCompat="@drawable/res_def" />

</RelativeLayout>

Expand Down

0 comments on commit 9a7ec80

Please sign in to comment.