Android UI XML Reminds Me Of XAML.
There, I said it. XAML!
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
  <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello"/>
</LinearLayout>
  <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello"/>
</LinearLayout>
(Not that there’s anything wrong with that.)
0 comments
Kick things off by filling out the form below.
Leave a Comment