guild_floatwindow.xml
866 字节
<?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="72dip"
android:layout_height="72dip">
<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:layout_marginTop="12dp"
android:layout_marginEnd="12dp"
android:layout_marginRight="12dp"
android:background="@drawable/guild_redpoint"
android:visibility="gone"/>
</RelativeLayout>