hannesa2 / AndroidBinding3.2

This Android repo demonstrate a binding error when you use an include layout
0 stars 0 forks source link

This repo demonstrate a databinding issue

When you use a layout which you include with

<include
    android:id="@+id/included"
    layout="@layout/content_fft"/>

and you use

mBinding = DataBindingUtil.setContentView(this, R.layout.activity_record)

you will see this

error picture

but it builds and runs properly