七绝x 2016-07-14 08:52 采纳率: 0%
浏览 1226

关于自定义控件居中的问题

  我写了一个自定义控件,可是不管怎么设置它都不能居中,始终在左上角的位置。。。

xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f00"
>

<com.example.gifdemo.MyGifView
    android:id="@+id/gv"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_centerInParent="true"
    />

  • 写回答

3条回答 默认 最新

  • zhang106209 2016-07-14 09:14
    关注

    用 就可以了呀

    评论

报告相同问题?