<RelativeLayout     android:layout_width="fill_parent"    android:layout_height="wrap_content"    android:background="@drawable/top_bg"    android:paddingBottom="10dip"    android:paddingTop="10dip" >    <ImageButton        android:id="@+id/left_button_ImageButton"        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:layout_centerVertical="true"        android:layout_marginLeft="10dp"        android:padding="10dip"        android:background="@null"        android:contentDescription="@null"        android:src="@drawable/btn_search" />    <TextView        android:id="@+id/title_textview"        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:layout_centerHorizontal="true"        android:layout_centerVertical="true"        android:text="@string/dish_title"        android:textColor="@color/black"        android:textSize="@dimen/titlesize" >    </TextView>     <ImageButton        android:id="@+id/right_button_ImageButton"        android:layout_width="wrap_content"        android:layout_height="wrap_content"        android:layout_alignParentRight="true"        android:layout_centerVertical="true"        android:layout_marginRight="10dp"        android:padding="10dip"        android:background="@null"        android:contentDescription="@null"        android:src="@drawable/btn_manage"/>     </RelativeLayout>

其中下面三句是关键
android:padding="10dip"
android:background="@null"
android:contentDescription="@null"

更多相关文章

  1. C# 5.0引入了两个关键字 --async和await
  2. 在C/C++中如何使用extern关键字
  3. C语言的关键字有哪些?
  4. c语言中的关键字有哪些类型?
  5. c语言关键字是什么
  6. c语言static关键字的作用是什么
  7. c语言的标识符允许使用关键字吗?
  8. c语言中的关键字有哪些?
  9. c++中static关键字的作用是什么?

随机推荐

  1. Android_Zip解压缩工具
  2. Ubuntu 12.04.5 LTS下配置android4.4编译
  3. 从SDK的Application Fundamentals开始
  4. android 刷新activity(在本页面刷新)
  5. android布局layout边框颜色
  6. 获取Bitmap和对Bitmap的操作工具类
  7. Android广告轮播
  8. Android(安卓)中保存图片的代码
  9. Android(安卓)带有可滑动效果的用户引导
  10. 点击事件内部类中使用内部类