有没有办法在 XML 中分配资源时修改它的值?
例如,这很好用:
android:layout_height="?attr/actionBarSize"
但我想将此值加倍为其宽度:
// this obviously doesn't work
android:layout_width="?attr/actionBarSize * 2"
有没有办法做到这一点?
有没有办法在 XML 中分配资源时修改它的值?
例如,这很好用:
android:layout_height="?attr/actionBarSize"
但我想将此值加倍为其宽度:
// this obviously doesn't work
android:layout_width="?attr/actionBarSize * 2"
有没有办法做到这一点?