解决方案 »

  1.   

    求处理源码。。google对楼主开了个玩笑?
      

  2.   


    <TextView
                android:id="@+id/tv_content"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
                android:layout_marginLeft="@dimen/setting_text_horizontal_margin"
                android:layout_marginRight="@dimen/setting_text_horizontal_margin"
                android:background="@drawable/quickview_text_left_bg"
                android:textColor="@color/text_black_dark"
                android:textSize="@dimen/road_detail_event_text_size"
                android:maxLines="3"
                android:ellipsize="end" />相同的布局文件啊。只有文字内容不一样而已
      

  3.   


    看这里的10楼 http://bbs.csdn.net/topics/370181617,但是这里提到的问题,跟我的不一样