You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/res/layout/list_habits_item_check.xml

9 lines
310 B

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/tvCheck"
android:focusable="false"
android:minHeight="42dp"
android:minWidth="42dp"
android:gravity="center"
android:background="@drawable/ripple_background" />