设置把图片位于界面顶部,在线等

zgycsmb 2012-02-01 03:48:52
布局文件,如下

<?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"
android:background="#ffffff">
<ImageView android:id="@+id/img1"
android:src="@drawable/new01"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</LinearLayout>

现问题是:图片不能位于顶部,现在是位于中间,现如何让图片位于顶部呀 thanks
...全文
150 3 打赏 收藏 转发到动态 举报
写回复
用AI写文章
3 条回复
切换为时间正序
请发表友善的回复…
发表回复
fire_fire_fire 2012-02-01
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 anelka1985 的回复:]

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="#ffffff"
android:layout_width="fill_parent"
……
[/Quote]
就是这样
Nico 2012-02-01
  • 打赏
  • 举报
回复
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="#ffffff"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" android:gravity="top|center_horizontal">
<ImageView
android:id="@+id/img1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/new01" />
</LinearLayout>
iphoneandroidphone 2012-02-01
  • 打赏
  • 举报
回复
图片的问题,去掉图片透明部分

80,475

社区成员

发帖
与我相关
我的任务
社区描述
移动平台 Android
androidandroid-studioandroidx 技术论坛(原bbs)
社区管理员
  • Android
  • yechaoa
  • 失落夏天
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧