开发者

how to create this image type layout? [closed]

开发者 https://www.devze.com 2023-03-03 16:42 出处:网络
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this qu开发者_JS百科estion more broadly applicable, visit the help center. Closed 10 years ago.

this is evernot app dashboard layout ...

how to create this image type layout? [closed]

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>

0

精彩评论

暂无评论...
验证码 换一张
取 消