</TableLayout> |
<TableLayout android:id= "@+id/TableLayout002" android:layout_height= "wrap_content" android:layout_width= "fill_parent" > |
<TableRow android:id= "@+id/TableRow001" android:layout_height= "wrap_content" android:layout_width= "fill_parent" > |
<TextView android:id= "@+id/TextView002" android:layout_width= "wrap_content" android:layout_height= "wrap_content" android:text= "@string/msg" android:textStyle= "bold" android:textSize= "16px" android:layout_marginLeft= "10px" android:textColor= "@color/black" ></TextView> |
<EditText android:id= "@+id/EditText001" android:layout_height= "wrap_content" android:layout_width= "fill_parent" android:paddingLeft= "10px" android:minWidth= "200px" ></EditText> |
<Button android:id= "@+id/Button001" android:layout_width= "wrap_content" android:layout_height= "wrap_content" android:text= "@string/OK" android:paddingLeft= "10px" ></Button> |
</TableRow> |
</TableLayout> |
<TableLayout android:id= "@+id/TableLayout01" android:layout_width= "fill_parent" android:layout_height= "wrap_content" > |
<TableRow android:id= "@+id/TableRow02" android:layout_width= "wrap_content" android:layout_height= "wrap_content" > |
<sun.zone.android.CityWeather.SingleWeatherInfoView android:id= "@+id/weather_0" android:layout_width= "wrap_content" android:layout_height= "wrap_content" /> |
</TableRow> |
<TableRow android:id= "@+id/TableRow03" android:layout_width= "wrap_content" android:layout_height= "wrap_content" > |
<sun.zone.android.CityWeather.SingleWeatherInfoView android:id= "@+id/weather_1" android:layout_width= "wrap_content" android:layout_height= "wrap_content" /> |
</TableRow> |
<TableRow android:id= "@+id/TableRow04" android:layout_width= "wrap_content" android:layout_height= "wrap_content" > |
<sun.zone.android.CityWeather.SingleWeatherInfoView android:id= "@+id/weather_2" android:layout_width= "wrap_content" android:layout_height= "wrap_content" /> |
</TableRow> |
<TableRow android:id= "@+id/TableRow05" android:layout_width= "wrap_content" android:layout_height= "wrap_content" > |
<sun.zone.android.CityWeather.SingleWeatherInfoView android:id= "@+id/weather_3" android:layout_width= "wrap_content" android:layout_height= "wrap_content" /> |
</TableRow> |
<TableRow android:id= "@+id/TableRow06" android:layout_width= "wrap_content" android:layout_height= "wrap_content" > |
<sun.zone.android.CityWeather.SingleWeatherInfoView android:id= "@+id/weather_4" android:layout_width= "wrap_content" android:layout_height= "wrap_content" /> |
</TableRow> |
</TableLayout> |
</LinearLayout> |
中级程序员
by: 子清 发表于:2020-03-08 16:30:45 顶(14) | 踩(14) 回复
打开程序跟版本有没有关系
回复评论