Skip to content

Instantly share code, notes, and snippets.

@seoft
Last active November 13, 2021 10:05
Show Gist options
  • Save seoft/e3a90a9cd3a854f5685872fb4b098472 to your computer and use it in GitHub Desktop.
Save seoft/e3a90a9cd3a854f5685872fb4b098472 to your computer and use it in GitHub Desktop.
<layout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
>
<data>
<variable
name="item"
type="kr.co.seoft.antonio_sample.ui.normal.NormalUiModel.Monitor"
/>
<variable
name="onNormalListener"
type="kr.co.seoft.antonio_sample.ui.normal.OnNormalListener"
/>
<import type="android.view.View" />
</data>
<androidx.constraintlayout.widget.ConstraintLayout>
<!-- 중략 -->
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment