Commit 61673247 authored by Max Lv's avatar Max Lv

refine UI

parent 7d5fe42d
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:stretchColumns="1"> android:stretchColumns="1">
<TableRow> <TableRow>
<ImageView android:id="@+id/itemicon" android:layout_width="48dp"
android:layout_height="48dp" android:scaleType="fitCenter"
android:padding="3dp"></ImageView>
<TextView android:layout_height="wrap_content" android:id="@+id/itemtext" <ImageView
android:text="uid:packages" android:maxLength="25" android:textSize="18sp" android:id="@+id/itemicon"
android:padding="3dp"></TextView> android:layout_width="48dp"
android:layout_height="48dp"
android:scaleType="fitCenter"
android:padding="3dp"/>
<TextView
android:id="@+id/itemtext"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:text="uid:packages"
android:gravity="center_vertical"
android:maxLength="25"
android:textSize="18sp"
android:padding="3dp"/>
<CheckBox
android:id="@+id/itemcheck"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_marginRight="6dp"/>
<CheckBox android:layout_width="wrap_content" android:layout_marginRight="6dp"
android:layout_height="fill_parent" android:id="@+id/itemcheck"></CheckBox>
</TableRow> </TableRow>
</TableLayout> </TableLayout>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment