WEB开发网
开发学院手机开发Android 开发 TableLayout 中 stretchColumns 的用法 阅读

TableLayout 中 stretchColumns 的用法

 2010-03-24 05:21:00 来源:WEB开发网   
核心提示: android:padding="3dip" /> <TextView android:text="Ctrl-S" android:gravity="right" android:padding="3dip"

       android:padding="3dip" />
     <TextView
       android:text="Ctrl-S"
       android:gravity="right"
       android:padding="3dip" />
   </TableRow>

   <TableRow>
     <TextView
       android:layout_column="1"
       android:text="Save As..."
       android:padding="3dip" />
     <TextView
       android:text="Ctrl-Shift-S"
       android:gravity="right"
       android:padding="3dip" />
   </TableRow>

<!-- 加一个分割线 线的高度为2 View是TextView的父类颜色  -->
   <View
     android:layout_height="2dip"
     android:background="#FF909090" />

   <TableRow>
     <TextView
       android:text="X"
       android:padding="3dip" />
     <TextView

Tags:TableLayout stretchColumns 用法

编辑录入:coldstar [复制链接] [打 印]
赞助商链接