| | |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_marginTop="10dp" |
| | | android:paddingBottom="9dp"/> |
| | | <TextView |
| | | android:id="@+id/tv3" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{data.keyCode}" |
| | | android:textColor="#ff279baa" |
| | | android:textSize="14sp" |
| | | app:layout_constraintTop_toBottomOf="@+id/tv2" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:layout_marginLeft="15dp" |
| | | android:layout_marginTop="10dp" |
| | | android:paddingBottom="9dp"/> |
| | | |
| | | <ImageView |
| | | android:layout_width="45dp" |