Android中的Button自定义点击效果实例代码

前端技术 2023/08/31 Android

方法一
1.放在drawable下的selector.xml文件

复制代码 代码如下:

<android=\"http://schemas.android.com/apk/res/Android\">

   android:drawable=\"@drawable/temp2\" />

2.布局文件main.xml

复制代码 代码如下:

<http://schemas.android.com/apk/res/android\"
    android:orientation=\"vertical\"
    android:layout_width=\"fill_parent\"
    android:layout_height=\"fill_parent\"
    >
    <android:layout_width=\"fill_parent\"
    android:layout_height=\"wrap_content\"
    android:text=\"@string/hello\"
    />
 <android:drawableTop=\"@drawable/shouru\"
 android:layout_width=\"wrap_content\"
 android:layout_height=\"wrap_content\"
 android:text=\"@string/button\"
 android:background=\"@drawable/selector\"/>

 方法二
1.布局文件main.xml
[code]
<http://schemas.android.com/apk/res/android\"
    android:orientation=\"vertical\"
    android:layout_width=\"fill_parent\"
    android:layout_height=\"fill_parent\"
    >
    android:layout_width=\"fill_parent\"
    android:layout_height=\"wrap_content\"
    android:text=\"@string/hello\"
    />
 <android:id=\"@+id/button\"
 android:drawableTop=\"@drawable/shouru\"
 android:layout_width=\"wrap_content\"
 android:layout_height=\"wrap_content\"
 android:text=\"@string/button\"
 android:background=\"@drawable/temp4\"/>

本文地址:https://www.stayed.cn/item/984

转载请注明出处。

本站部分内容来源于网络,如侵犯到您的权益,请 联系我

我的博客

人生若只如初见,何事秋风悲画扇。