Skip to content

Commit

Permalink
demo
Browse files Browse the repository at this point in the history
  • Loading branch information
pichsy committed Mar 4, 2021
1 parent 88466f7 commit 1cbd5bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,9 @@
android:layout_height="30dp"
android:id="@+id/checkbox"
android:layout_gravity="center"
android:src="#DDD7E0"
android:src="@drawable/ic_agree_unckecked"
app:xp_checked="true"
app:xp_radius="15dp"
app:xp_src_checked="#EF0ADC" />
app:xp_src_checked="@drawable/ic_agree_checked" />

</LinearLayout>

Expand Down

0 comments on commit 1cbd5bb

Please sign in to comment.