<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/float_layout"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:background="@drawable/bjskres_floatbutton_bg_view"
|
android:gravity="center_vertical"
|
android:paddingLeft="10dp"
|
android:paddingRight="10dp"
|
android:visibility="visible">
|
|
<RelativeLayout
|
android:id="@+id/bjskres_float_user"
|
style="@style/bjskres_float_button_style"
|
android:visibility="visible">
|
|
<ImageView
|
android:id="@+id/bjskres_float_user_button"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:src="@drawable/bjskres_floatbutton_user" />
|
|
<ImageView
|
android:id="@+id/bjskres_float_user_red"
|
style="@style/bjskres_float_button_red_style"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:visibility="invisible" />
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/bjskres_float_msg"
|
style="@style/bjskres_float_button_style"
|
android:visibility="gone">
|
|
<ImageView
|
android:id="@+id/bjskres_float_msg_button"
|
android:layout_width="24dp"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:src="@drawable/bjskres_floatbutton_msg" />
|
|
<ImageView
|
android:id="@+id/bjskres_float_msg_red"
|
style="@style/bjskres_float_button_red_style"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:visibility="invisible" />
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/bjskres_float_gift"
|
style="@style/bjskres_float_button_style"
|
android:visibility="gone">
|
|
<ImageView
|
android:id="@+id/bjskres_float_gift_button"
|
android:layout_width="24dp"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:src="@drawable/bjskres_floatbutton_gift" />
|
|
<ImageView
|
android:id="@+id/bjskres_float_gift_red"
|
style="@style/bjskres_float_button_red_style"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:visibility="invisible" />
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/bjskres_float_cs"
|
style="@style/bjskres_float_button_style"
|
android:visibility="gone">
|
|
<ImageView
|
android:id="@+id/bjskres_float_cs_button"
|
android:layout_width="24dp"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:src="@drawable/bjskres_floatbutton_cs" />
|
|
<ImageView
|
android:id="@+id/bjskres_float_cs_red"
|
style="@style/bjskres_float_button_red_style"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:visibility="invisible" />
|
|
</RelativeLayout>
|
|
<RelativeLayout
|
android:id="@+id/bjskres_float_bbs"
|
style="@style/bjskres_float_button_style"
|
android:visibility="gone">
|
|
<ImageView
|
android:id="@+id/bjskres_float_bbs_button"
|
android:layout_width="24dp"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:src="@drawable/bjskres_floatbutton_bbs" />
|
|
<ImageView
|
android:id="@+id/bjskres_float_bbs_red"
|
style="@style/bjskres_float_button_red_style"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:visibility="invisible" />
|
|
</RelativeLayout>
|
|
|
<RelativeLayout
|
android:id="@+id/bjskres_float_game"
|
style="@style/bjskres_float_button_style"
|
android:layout_width="25dp"
|
android:visibility="gone">
|
|
<ImageView
|
android:id="@+id/bjskres_float_game_button"
|
android:layout_width="24dp"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:src="@drawable/bjskres_floatbutton_game" />
|
|
<ImageView
|
android:id="@+id/bjskres_float_other_red"
|
style="@style/bjskres_float_button_red_style"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:visibility="invisible" />
|
|
</RelativeLayout>
|
|
|
<RelativeLayout
|
android:id="@+id/bjskres_float_changeuser"
|
style="@style/bjskres_float_button_style"
|
android:visibility="visible">
|
|
<ImageView
|
android:id="@+id/bjskres_float_changeuser_button"
|
android:layout_width="24dp"
|
android:layout_height="wrap_content"
|
android:contentDescription="@string/bjskres_img_desc"
|
android:src="@drawable/bjskres_floatbutton_change" />
|
|
</RelativeLayout>
|
|
|
</LinearLayout>
|