this is evernot app dashboard layout ...
how can i create this type of image button.. and also title bar ....
Below is only a guideline you have to modify it to gave it more professional look :P and suit your needs
<?xml version="1.0" encoding="utf-8"?>
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/b"
android:drawableTop="@drawable/projects"
android:textColor="#FFFFFF"
android:id="@+id/ButtonTest"
android:paddingTop="60sp"
android:text="Projects"
android:layout_weight="1"></Button>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/b"
android:drawableTop="@drawable/projects"
android:textColor="#FFFFFF"
android:id="@+id/ButtonTest"
android:paddingTop="60sp"
android:text="Projects"
android:layout_weight="1"></Button>
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/b"
android:drawableTop="@drawable/projects"
android:textColor="#FFFFFF"
android:id="@+id/ButtonTest"
android:paddingTop="60sp"
android:text="Projects"
android:layout_weight="1"></Button>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/b"
android:drawableTop="@drawable/projects"
android:textColor="#FFFFFF"
android:id="@+id/ButtonTest"
android:paddingTop="60sp"
android:text="Projects"
android:layout_weight="1"></Button>
</LinearLayout>
精彩评论