mirror of https://github.com/iSoron/uhabits.git
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.
11 lines
382 B
11 lines
382 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<Button xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/tvCheck"
|
|
android:layout_width="42dp"
|
|
android:layout_height="match_parent"
|
|
android:background="@drawable/habits_header_check"
|
|
android:focusable="false"
|
|
android:minHeight="42dp"
|
|
android:minWidth="42dp"
|
|
android:textSize="10sp" />
|