启用Android按钮控件的默认触摸效果

时间:2018-06-03 13:40:32

标签: android button touch

在第一个原生Android应用程序上工作时,我创建了这样的按钮

<Button
            android:id="@+id/yesPhone"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@color/colorApprove"
            android:text="Confirm"
            android:textColor="#ffffff"
            android:textSize="18dp"
            android:layout_weight="1"/>

当我在Android设备上运行并点按该按钮时,没有触摸/点击效果向用户显示该按钮处于活动状态。我是否需要添加一些指令才能使其正常工作?

1 个答案:

答案 0 :(得分:0)

是的,只需将您自己的android:background="?android:attr/selectableItemBackground"替换为您的<?php class house{ public static $size; public static $width; public static function getsize() { return self::$size; } public static function getwidth() { return self::$width; } public function __construct($widthh,$sizee) { self::$size=$sizee; self::$width=$widthh; } } $myhousesize = house::getsize('4',' 10'); echo $myhousesize; ?> 按钮。