简体   繁体   English

新的Intent(“ com.android.camera.action.CROP”),我想更改颜色背景,按钮等

[英]new Intent(“com.android.camera.action.CROP”), I would like change color background, button and other

I would like change background color, button and other properties of this activity: 我想更改此活动的背景颜色,按钮和其他属性:

new Intent("com.android.camera.action.CROP")

Where I can find all possible values for putExtra? 在哪里可以找到putExtra的所有可能值?

Is possible to also change layout of this activity? 是否可以更改此活动的布局?

i would like change color background, button and other of this activity 我想更改颜色背景,按钮和其他活动

That is not possible in general. 通常这是不可能的。 Not only do you not have any way of asking for this, but the activity may not have any sort of button, for example. 例如,您不仅没有任何要求的方法,而且活动可能没有任何类型的按钮。

where I can find All Possible putextra? 在哪里可以找到所有可能的putextra?

That is an undocumented Intent action . 这是未记录的Intent操作 Any activity implementing it is welcome to ignore all extras or support whatever extras it wants to. 任何实现它的活动都可以忽略所有额外功能或支持其想要的任何额外功能。 Devices do not have to have any activity that supports this undocumented extra. 设备不必具有任何支持此未记录的额外活动的活动。

There are many image cropping libraries available for Android. 有许多可用于Android的图像裁剪库 Please use one. 请使用一个。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM