Add starting state to temp hotspot

This commit is contained in:
Mygod
2018-12-28 14:18:02 +08:00
parent e5b3e7e5d0
commit 7eec6f7a06
6 changed files with 49 additions and 27 deletions

View File

@@ -55,6 +55,7 @@
android:checked="@{data.active}"
android:clickable="false"
android:ellipsize="end"
android:enabled="@{data.enabled}"
android:focusable="false"
android:focusableInTouchMode="false"
android:gravity="center_vertical"/>