<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TableRow android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A1"
android:id="@+id/textView1" />
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="B1"
android:id="@+id/textView2" />
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="C1"
android:id="@+id/textView3" />
</TableRow>
<TableRow android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A2"
android:id="@+id/textView4" />
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="B2"
android:id="@+id/textView5" />
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="C2"
android:id="@+id/textView6" />
</TableRow>
<TableRow android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="A3"
android:id="@+id/textView7" />
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="B3"
android:id="@+id/textView8" />
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="C3"
android:id="@+id/textView9" />
</TableRow>
</TableLayout>
Search thousands of free JavaScript snippets that you can quickly copy and paste into your web pages. Get free JavaScript tutorials, references, code, menus, calendars, popup windows, games, and much more.
【ANDROID STUDIO】 Table View
Subscribe to:
Post Comments (Atom)
When Bad People Make Good Art
I offer six guidelines on cancel culture ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏...
-
code.gs // 1. Enter sheet name where data is to be written below var SHEET_NAME = "Sheet1" ; // 2. Run > setup // // 3....
No comments:
Post a Comment