すわりんのブログ

androidとかサブカルとかのブログです

2017-11-01から1日間の記事一覧

Databindingでincludeタグを使う

databindingはincludeタグも上手く扱ってくれるが includeされる側もlayoutタグを仕込まないと bindingが機能しない Main.xml <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" > </layout>