一段xamarin中的Main.axml文件实例代码

为自己贴一段一段xamarin中的Main.axml文件实例代码,没啥特殊意义,仅作为备忘用~

Main.axml:

<?xml version=”1.0″ encoding=”utf-8″?>
<RelativeLayout
xmlns:android=”http://schemas.android.com/apk/res/android”
android:minWidth=”25px”
android:minHeight=”25px”
android:layout_width=”match_parent”
android:layout_height=”match_parent”
android:id=”@+id/relativeLayout1″
android:background=”#ffececec”>

<ImageSwitcher
android:minWidth=”25px”
android:minHeight=”25px”
android:layout_width=”1180px”
android:layout_height=”638px”
android:id=”@+id/SwitcherProductFeature”
android:layout_centerInParent=”true”>
<ImageView
android:src=”@drawable/Icon”
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”
android:id=”@+id/btnFeatureLeft”
android:layout_centerVertical=”true”
android:layout_alignParentLeft=”true”/>

<ImageView
android:src=”@drawable/Icon”
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”
android:id=”@+id/btnFeatureRight”
android:layout_centerVertical=”true”
android:layout_alignParentLeft=”true”/>
</ImageSwitcher>
</RelativeLayout>

未经允许不得转载:前端撸码笔记 » 一段xamarin中的Main.axml文件实例代码

上一篇:

下一篇: