为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我做出来的对话框,只显示了个text,我用的eclipse4。图片那部分只有两横

<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:orientation="vertical" 

    android:gravity="center"

    android:padding="20dp"

    anroid:background="@drawable/dialog_loading_bg"

    >

<LinearLayout

    android:layout_width="match_parent"

    android:layout_heigh="match_parent"

    android:orientation="horizontal"

    

    >

    <ImageView

        android:id="@+id/id_recorder_dialog_icon"

        android:layout_width="wrap_content"

         android:layout_height="wrap_content"

    android:src="@drawable/recorder"

    android:visibility="visible"/>

    <ImageView

        android:id="@+id/id_recorder_dialog_voice"

        android:layout_width="wrap_content"

         android:layout_height="wrap_content"

    android:src="@drawable/v1"

    android:visibility="visible"

/>



    

    

</LinearLayout>




    <TextView

    android:layout_width="wrap_content"

    android:layout_height="wrap_content"

    android:layout_marginTop="5dp"

    android:text="手指上滑,取消发送"

    android:textColor="#ffffff"/>


</LinearLayout>












正在回答

1 回答

按照你给出的布局写法只会显示图片,下面那个TextView是不会显示的,因为第二个LinearLayout被设置成了match_parent,TextView没有地方显示了,你改成wrap_content吧。至于你说的只显示textview和带横的图片应该不是布局的原因

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android-仿微信语音聊天
  • 参与学习       43200    人
  • 解答问题       220    个

结合自定义View和API,Dialog管理等实现实现微信语音

进入课程

为什么我做出来的对话框,只显示了个text,我用的eclipse4。图片那部分只有两横

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信