guild_floatwindow.xml 862 字节
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/small_window_layout"
    android:layout_width="48dip"
    android:layout_height="48dip">

    <ImageView
        android:id="@+id/float_percent"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center"/>

    <ImageView
        android:id="@+id/badgeview"
        android:layout_width="10dp"
        android:layout_height="10dp"
        android:layout_alignEnd="@id/float_percent"
        android:layout_alignRight="@id/float_percent"
        android:background="@drawable/guild_redpoint"
        android:layout_marginEnd="5dp"
        android:layout_marginRight="5dp"
        android:layout_marginTop="5dp"
        android:visibility="gone"/>

</RelativeLayout>