controller_img.xml
533 Bytes
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:id="@+id/controller_bid"
android:background="@color/transparent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/controller_image"
android:layout_width="@dimen/dp_20"
android:layout_height="@dimen/dp_20"
android:layout_gravity="center"
android:background="@drawable/ai_hand"
/>
</FrameLayout>