新手 不知道布局出哪里问题了,有一段 LinearLayout 就是显示不出来

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/RelativeLayout_select_shop1"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
    <LinearLayout
        android:id="@+id/linearLayout11"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:orientation="vertical" >

        <!-- 这个不要了,在 选择窗口的 click 事件中 去掉 back  <include layout="@layout/util_view_header" />  -->
       
         <include
        android:id="@+id/hh_selectshop_titlebar"
        android:layout_width="match_parent"
        android:layout_height="@dimen/pub_margin_or_padding_space_fifty_five" 
        layout="@layout/util_view_selectshopheader" />
         
     <!--      
       <LinearLayout
        android:id="@+id/linearLayout_search_result"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" 
        android:orientation="vertical" >   -->   

        <!-- 广告图片 -->
 <ImageView
    android:id="@+id/dynamic_item_image1"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="top"
    android:layout_marginTop="5dip"
    android:adjustViewBounds="true" 
    android:src="@drawable/temp_ad_5" />
 
      
      <!-- 地区  分类   排序 这段显示不了-->
      <LinearLayout
        android:id="@+id/linearLayout111"
        android:layout_width="match_parent" 
        android:layout_height="0dp"  
        android:orientation="horizontal" >
        
            <!-- 地区 --> 
             <TextView
            android:id="@+id/hh_select_area_sort1"
            android:layout_width="0dip"
            android:layout_weight="1"
            android:layout_height="30dip"
            android:gravity="center"
            android:text="地区"
            android:textColor="#ff808080"
            android:textSize="12.0sp" /> 
         <!-- 分类 -->   
             <TextView
            android:id="@+id/hh_select_class_sort1"
            android:layout_width="0dip"
            android:layout_weight="1"
            android:layout_height="30dip"
            android:gravity="center"
            android:text="分类"
            android:textColor="#ff808080"
            android:textSize="12.0sp" /> 
          <!-- 排序 -->  
              <TextView
            android:id="@+id/hh_select_other_sort1"
            android:layout_width="0dip"
            android:layout_weight="1"
            android:layout_height="30dip"
            android:gravity="center"
            android:text="排序"
            android:textColor="#ff808080"
            android:textSize="12.0sp" />  
    
     </LinearLayout> 
      <LinearLayout
        android:id="@+id/layout_descript"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" 
        android:orientation="vertical" >
   <!-- 下面直接放店铺信息 --> 
        <fragment
           android:id="@+id/fragment911" 
           android:layout_marginBottom="2dip"
           android:name="com.unitesoft.fragment.SelectShopListFragment"
           android:layout_width="match_parent"
           android:layout_height="match_parent" />
   </LinearLayout>  
  </LinearLayout>  
</RelativeLayout>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值