<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content" >
|
|
<RelativeLayout
|
android:id="@+id/r1"
|
android:layout_width="42dp"
|
android:layout_height="42dp"
|
android:layout_centerInParent="true" >
|
|
<ImageView
|
android:id="@+id/bjskres_floatbutton_out"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_centerInParent="true"
|
android:contentDescription="@string/bjskres_img_desc" android:scaleType="fitCenter"
|
android:src="@drawable/bjskres_floatbutton_logo_out"
|
android:visibility="visible" />
|
|
<ImageView
|
android:id="@+id/bjskres_floatbutton_logo"
|
android:layout_width="40dp"
|
android:layout_height="40dp"
|
android:layout_centerInParent="true"
|
android:contentDescription="@string/bjskres_img_desc" android:scaleType="fitCenter"
|
android:src="@drawable/bjskres_floatbutton_logo"
|
android:visibility="visible" />
|
|
<ImageView
|
android:id="@+id/bjskres_floatbutton_logoleft"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentEnd="true"
|
android:layout_alignParentRight="true"
|
android:contentDescription="@string/bjskres_img_desc" android:scaleType="fitEnd"
|
android:src="@drawable/bjskres_floatbutton_logoleft"
|
android:visibility="gone" />
|
|
<ImageView
|
android:id="@+id/bjskres_floatbutton_logoright"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_alignParentStart="true"
|
android:layout_alignParentLeft="true"
|
android:contentDescription="@string/bjskres_img_desc" android:scaleType="fitStart"
|
android:src="@drawable/bjskres_floatbutton_logoright"
|
android:visibility="gone" />
|
</RelativeLayout>
|
|
</RelativeLayout>
|