Momo1199 2013-01-06 03:19 采纳率: 0%
浏览 2663
已采纳

校准修改ListView中的TextView

先看一下图片:

CSDN移动问答

基本上已经实现了大部分,就是**Movis**这里有问题,应该和前面对齐,显示在一行里,现在有点往下了。

XML:

    <TextView
        android:id="@+id/myMasterCat_Item"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="left"
        android:layout_marginLeft="10dp"
        android:layout_marginTop="2dp"
        android:layout_weight="99"
        android:text="Item"
        android:textColor="#222"
        android:textSize="18sp" >
    </TextView>

    <TextView
        android:id="@+id/myMastCat_Cat"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_vertical"
        android:layout_marginLeft="10dp"
        android:layout_marginTop="2dp"
        android:layout_weight="1"
        android:gravity="right"
        android:text="MasterCat"
        android:textColor="#999"
        android:textSize="15sp" >
    </TextView>
</LinearLayout>

怎么调整一下?谢谢

  • 写回答

1条回答 默认 最新

  • Kill_it 2013-01-06 05:40
    关注

    解决方法如下:

    <LinearLayout
      android:layout_width="fill_parent"
      android:layout_height="wrap_content"
      android:orientation="horizontal"
    >
    <TextView
                android:id="@+id/myMasterCat_Item"
                android:layout_width="0dp"
                android:layout_height="wrap_content"
                android:layout_marginLeft="10dp"
                android:layout_marginTop="2dp"
                android:layout_weight="1"
                android:text="Item"
                android:textColor="#222"
                android:textSize="18sp" >
            </TextView>
    
            <TextView
                android:id="@+id/myMastCat_Cat"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginLeft="10dp"
                android:layout_marginTop="2dp"
                android:text="MasterCat"
                android:textColor="#999"
                android:textSize="15sp" >
            </TextView>
    </LinearLayout>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化
  • ¥15 Mirare PLUS 进行密钥认证?(详解)
  • ¥15 物体双站RCS和其组成阵列后的双站RCS关系验证
  • ¥20 想用ollama做一个自己的AI数据库
  • ¥15 关于qualoth编辑及缝合服装领子的问题解决方案探寻
  • ¥15 请问怎么才能复现这样的图呀