`
sky_sky
  • 浏览: 26028 次
  • 性别: Icon_minigender_1
  • 来自: 郑州
最近访客 更多访客>>
社区版块
存档分类
最新评论

fill_parent和wrap_content的问题

阅读更多

Android学习ING,遇到一个错误.

<?xml version="1.0" encoding="utf-8"?>
	<RelativeLayout
                 xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="fill_parent"
                 android:layout_height="wrap_content"
                 android:padding="10dip" 
                 android:background="#0000FF">	
	<TextView 
	android:text="请输入用户名:" 
	android:id="@+id/label" 
	android:layout_width="fill_content" 
	android:layout_height="wrap_content" />
	</RelativeLayout>

 报错:

error: Error: String types not allowed (at 'layout_width' with value 'fill_content').

为什么?按照书上的代码打的!实在不知道错在哪儿了!囧!

分享到:
评论
发表评论

文章已被作者锁定,不允许评论。

相关推荐

    SendSms.zip

    android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="fill_horizontal" &gt; android:id="@+id/address" android:layout_width="fill_parent" android:layout_height=...

    android中ratingbar的简单使用

    android:layout_width="fill_parent" android:layout_height="fill_parent" &gt; android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /&gt; android:id=...

    Android 五大布局

    android:layout_width="fill_parent" android:layout_height="fill_parent"&gt; android:text="button" android:layout_width="fill_parent" android:layout_height="wrap_content"/&gt; android:text="textview...

    login_interface

    android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="15dip" android:background="@drawable/background_login" android:padding="15dip" &gt; android:id="@+...

    点按弹出按钮组件

    android:layout_width="fill_parent" android:layout_height="fill_parent" zhy:position="left_top" zhy:radius="130dp" &gt; android:layout_width="wrap_content" android:layout_height="wrap_content" ...

    Android_布局详解

    android:layout_width="fill_parent" android:layout_height="fill_parent"&gt; android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_...

    Android 教程 PDF

    可以设置为`"fill_parent"`(占据父容器全部空间)、`"match_parent"`(与`"fill_parent"`等效)或`"wrap_content"`(根据内容自动调整尺寸)。 **1.2 示例代码** ```xml android:orientation="vertical" ...

    [Android应用开发电子书]

    android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" &gt; android:id="@+id/ImageView1" android:layout_width="wrap_...

    android 右侧滑动菜单 主页滑动 窗帘效果 拉幕

    android:layout_width="wrap_content" android:layout_height="fill_parent"&gt; &lt;include layout="@layout/main_left" /&gt; android:id="@+id/sliding_menu_view" android:layout_width="fill_parent" android...

    AndroidHttps服务器端和客户端简单实例

    main.xml代码如下: &lt;?xml version="1.0" encoding="utf-8"?... android:layout_height="wrap_content" android:text="HTTPS Test" /&gt; 将该Android项目运行起来,点击按钮,在logcat中就可以看到打印信息:

    Android学习笔记

    有三个值match_parent、fill_parent、wrap_content. 其中match_parent和fill_parent的意义相同,但官方更推荐match_parent. match_parent表示让当前控件的大小和父布局的大小一样,也就是由父布局来决定当前控件的...

    计算器(android)

    &lt;LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1"&gt; &lt;Button android:id="@+id/mButton5" android:layout_...

    Android常用控件的基本使用说明.doc

    android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/image" /&gt; _ImageView.java 代码 package com.webabcd.view; import android.app.Activity; import android....

    android左右滚动焦点图【改】

    android:layout_height="wrap_content" android:layout_width="fill_parent" android:orientation="vertical"&gt; android:id="@+id/gallery" android:layout_width="fill_parent" android:layout_height=...

    在XML中定义View

    android:layout_width="fill_parent" android:layout_height="fill_parent"&gt; android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello"/&gt; android:layout_...

    Android布局

    - **android:layout_width** 和 **android:layout_height**:用于设定视图的宽高,可以选择`wrap_content`(视图自动调整大小以匹配内容)或`match_parent`(视图大小与父容器相同)。 **示例代码**: ```xml ...

    Android_如何置底一个View(附_前置声明layout布局文件中的资源ID)

    android:layout_width="fill_parent" android:layout_height="fill_parent"&gt; &lt;!-- Button 置底 --&gt; android:id="@+id/test_bottom_buttons" android:layout_width="fill_parent" android:layout_height=...

    Android控件大全以及各布局空间的使用方式

    - `android:layout_width` 和 `android:layout_height`: 设置布局的宽度和高度,可以使用 `fill_parent` 或 `match_parent` 让布局填充整个父容器,`wrap_content` 让布局根据内容自动调整大小,也可以直接指定像素...

    Android Button事件的实现

    android:layout_height="fill_parent"&gt; android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="这是ACTIVITY01"/&gt; android:id="@+id/btnAct01" android:layout_width=...

Global site tag (gtag.js) - Google Analytics