在第一个原生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设备上运行并点按该按钮时,没有触摸/点击效果向用户显示该按钮处于活动状态。我是否需要添加一些指令才能使其正常工作?
答案 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;
?>
按钮。