安卓button 内容显示不全 以及textview右居中

  <Button
         android:id="@+id/b"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_marginTop="10dp"
         android:layout_gravity="center_horizontal"

         android:text="怎么了?" />


       http://img.mukewang.com/58afe81d0001af7002100314.jpg


另外我是线性布局

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/q"
    android:orientation="vertical" >

想把文本向右对齐 在textview里加 android:gravity="right"为什么内容就不见了

  <TextView
        android:id="@+id/phnum"
        android:layout_width="120dp"
        android:layout_height="wrap_content"
        android:layout_marginTop="50dp"
        android:text="@string/phnum"
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:textSize="18sp" />

http://img.mukewang.com/58afe93c00018eef03240371.jpg

是bug吧 昨天都没问题。。。谢过 安卓小白爬坑中

居正w
浏览 2175回答 3
3回答

习惯受伤

看着宽度够啊?怎么没显示
打开App,查看更多内容
随时随地看视频慕课网APP