美文网首页
Android studio 简单的广告弹窗布局设置

Android studio 简单的广告弹窗布局设置

作者: Bye_bee9 | 来源:发表于2018-10-26 16:23 被阅读0次

        android:id="@+id/imgBack"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_centerInParent="true"

        android:background="@mipmap/ic_launcher"

        >

        android:id="@+id/imgCancle"

        android:layout_width="28dp"

        android:layout_height="28dp"

        android:layout_alignRight="@id/imgBack"

        android:layout_alignTop="@id/imgBack"

        android:background="@mipmap/ic_launcher_round"

        android:layout_marginTop="-15dp"

        android:layout_marginRight="-10dp"></ImageView>

    相关文章

      网友评论

          本文标题:Android studio 简单的广告弹窗布局设置

          本文链接:https://www.haomeiwen.com/subject/wfcltqtx.html