「Xamarin.AndroidでConstraintLayoutを使用する」の版間の差分

ページの作成:「NuGetから以下をぶち込め。 Xamarin.Android.Support.Constraint.Layout NuGetをぶち込んだら早速使ってみる。 <source lang="xml"> <android.s…」
 
編集の要約なし
 
5行目: 5行目:
[[NuGet]]をぶち込んだら早速使ってみる。
[[NuGet]]をぶち込んだら早速使ってみる。
<source lang="xml">
<source lang="xml">
<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     xmlns:app="http://schemas.android.com/apk/res-auto"