差分

ナビゲーションに移動 検索に移動

Xamarin.AndroidでConstraintLayoutを使用する

649 バイト追加, 2020年4月3日 (金) 06:57
ページの作成:「NuGetから以下をぶち込め。 Xamarin.Android.Support.Constraint.Layout NuGetをぶち込んだら早速使ってみる。 <source lang="xml"> <android.s…」
[[NuGet]]から以下をぶち込め。
Xamarin.Android.Support.Constraint.Layout


[[NuGet]]をぶち込んだら早速使ってみる。
<source lang="xml">
<android.support.constraint.ConstraintLayout 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"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activities.AboutActivity">

</android.support.constraint.ConstraintLayout>
</source>


ビルドエラーが出なければ大丈夫。

以上。

[[category: Xamarin.Android]]

案内メニュー