add to res/drawable : board go image + bs image (black stone(png))


dimens.xml :

Code:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <dimen name="topMargin1">34dp</dimen>
    <dimen name="leftMargin1">4dp</dimen>
</resources>


activity_main.xml :

Code:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/boardgo"
    tools:context=".MainActivity">
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />
    <ImageButton
        android:layout_marginLeft="@dimen/leftMargin1"
        android:layout_marginTop="@dimen/topMargin1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/bs"
        android:background="null"
        />

</LinearLayout>



:ddr: