美文网首页
无标题文章

无标题文章

作者: WhaleFull | 来源:发表于2018-11-29 15:48 被阅读0次

     Android studio下各种代码模板


    1.Databing绑定dataItem

    <?xml version="1.0" encoding="utf-8"?>

    <layout xmlns:android="http://schemas.android.com/apk/res/android">

        <data>

            <variable

                name="viewModel"

                type="$className$" />

        </data>

        <android.support.constraint.ConstraintLayout

            android:layout_width="match_parent"

            android:layout_height="match_parent">

        </android.support.constraint.ConstraintLayout>

    </layout>

    相关文章

      网友评论

          本文标题:无标题文章

          本文链接:https://www.haomeiwen.com/subject/hcjfcqtx.html