<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
LinearLayout
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:orientation
=
"vertical"
android:layout_width
=
"fill_parent"
android:layout_height
=
"fill_parent"
>
<
Button
android:id
=
"@+id/MyButton"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:text
=
"@string/Hello"
/>
<
TableLayout
android:minWidth
=
"25px"
android:minHeight
=
"25px"
android:layout_width
=
"fill_parent"
android:layout_height
=
"fill_parent"
android:id
=
"@+id/tableLayout1"
>
<
TableRow
android:id
=
"@+id/tableRow1"
>
<
Button
android:id
=
"@+id/MyButton"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:text
=
"@string/Hello"
android:textColor
=
"@android:drawable/sym_call_incoming"
/>
<
Button
android:id
=
"@+id/MyButton1"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:text
=
"@string/Hello"
android:textColor
=
"@android:drawable/ic_notification_overlay"
/>
<
Button
android:id
=
"@+id/MyButton2"
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:text
=
"@string/Hello"
/>
</
TableRow
>
<
TableRow
android:id
=
"@+id/tableRow2"
>
<
Button
android:id
=
"@+id/MyButton3"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:text
=
"@string/Hello"
android:textColorHighlight
=
"@android:drawable/btn_star_big_on"
android:textColor
=
"@android:drawable/screen_background_light_transparent"
/>
</
TableRow
>
<
TableRow
android:id
=
"@+id/tableRow3"
>
<
Button
android:id
=
"@+id/MyButton4"
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:text
=
"@string/Hello"
android:textColor
=
"@android:drawable/sym_def_app_icon"
android:background
=
"@android:drawable/btn_star_big_on"
/>
</
TableRow
>
</
TableLayout
>
</
LinearLayout
>