EditText在LinearLayout布局中设置背景后
EditText输入框就变成很短很短了。大概只能输入2个字符就被挤掉了。。。我把LinearLayout中背景去掉。就可以了。但是我又要这个背景其中用了.9.png的图可...
EditText输入框就变成很短很短了。大概只能输入2个字符就被挤掉了。
。。
我把LinearLayout中背景去掉。就可以了。但是我又要这个背景
其中用了.9.png 的图
可以确定一点的就是和背景图片没问题。
因为图片是拷过来的。。大小是265x33的。
这个代码是我自己写的。我拷了别人的xml代码覆盖后也同样有这种问题。
所以有点不像是代码问题。。。
下面是我的代码块:
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shurukuang"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:orientation="horizontal" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:text="账号"
android:textSize="15sp" />
<EditText
android:id="@+id/et_username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:textSize="18sp"
android:background="@android:color/transparent"
android:singleLine="true" >
</EditText>
</LinearLayout> 展开
。。
我把LinearLayout中背景去掉。就可以了。但是我又要这个背景
其中用了.9.png 的图
可以确定一点的就是和背景图片没问题。
因为图片是拷过来的。。大小是265x33的。
这个代码是我自己写的。我拷了别人的xml代码覆盖后也同样有这种问题。
所以有点不像是代码问题。。。
下面是我的代码块:
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/shurukuang"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:orientation="horizontal" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:text="账号"
android:textSize="15sp" />
<EditText
android:id="@+id/et_username"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:textSize="18sp"
android:background="@android:color/transparent"
android:singleLine="true" >
</EditText>
</LinearLayout> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询