时间紧张,先记一笔,后续优化与完善。

直接上代码和图片。

情况一:

<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orientation="horizontal" >    <fragment        android:id="@+id/titles"        android:layout_width="0dip"        android:layout_height="match_parent"        android:layout_weight="1"        class="com.a2bgeek.fragmentdemo.TitlesFragment" />    <FrameLayout        android:id="@+id/details"        android:layout_width="0dip"        android:layout_height="match_parent"        android:layout_weight="2" >    </FrameLayout></LinearLayout>

情况2:

每日一道理
爱心是一片照射在冬日的阳光,使贫病交迫的人感到人间的温暖;爱心是一泓出现在沙漠里的泉水,使濒临绝境的人重新看到生活的希望;爱心是一首飘荡在夜空的歌谣,使孤苦无依的人获得心灵的慰藉。
<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    android:layout_width="match_parent"    android:layout_height="match_parent"    android:orientation="horizontal" >    <fragment        android:id="@+id/titles"        android:layout_width="match_parent"        android:layout_height="match_parent"        android:layout_weight="1"        class="com.a2bgeek.fragmentdemo.TitlesFragment" />    <FrameLayout        android:id="@+id/details"        android:layout_width="match_parent"        android:layout_height="match_parent"        android:layout_weight="2" >    </FrameLayout></LinearLayout>

情况三:

Fragment这个货色在wrap_content的情况下会占领全部,和控件不太一样。

对于一般的控件来讲,可以参考http://blog.csdn.net/jincf2011/article/details/6598256

文章结束给大家分享下程序员的一些笑话语录: 一位程序员去海边游泳,由于水性不佳,游不回岸了,于是他挥着手臂,大声求.救:“F1,F1!”

更多相关文章

  1. android中LayoutParams设置参数的理解
  2. android开发 drawable中XML
  3. Android(安卓)自定义输入框
  4. Android(安卓)Animation动画详解
  5. android uninstall小工具demo实现
  6. Android(安卓)图标放大闪烁动画
  7. 【Android】抽屉控件 SlidingDrawer 的简单示例
  8. Android(安卓)ToggleButton控件的用法
  9. Android(安卓)Spinner控件之键值对用法

随机推荐

  1. android 组建添加透明度
  2. Android之代码创建布局
  3. Real Android apps leveraging db4o pers
  4. 安卓调用键盘回车键做保存或调用搜索键执
  5. android studio在模拟器上的中文乱码问题
  6. 几种常见的android Runtime异常
  7. Android中使用ALSA声卡
  8. Android 测试工具集02
  9. Android之拨号器
  10. Android 深入解析用户界面(四)