腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
5
回答
android
Button
:
、
为什么我们以这种方式使用
Button
来初始化。 谢谢
浏览 11
提问于2012-10-17
得票数 0
2
回答
商店
Button
Android
、
、
我尝试将一些按钮存储到这样的数组中:
Button
[]toogleButtons={Intro,Product}; for (int i = 0; i < toogleButtons.length; i++) { toogleButtons[i] = (
Button
浏览 4
提问于2013-12-05
得票数 0
回答已采纳
3
回答
android
:登录
Button
、
、
我的登录活动有问题。该按钮将加载下一个活动,即使在文本字段上没有输入数据。这是密码..。 if(v.getId()== R.id.Blogin) { String str = a.getText().toString();
浏览 1
提问于2015-11-24
得票数 0
回答已采纳
1
回答
定制
Button
(
ANDROID
)
、
、
、
我想在
android
中完全定制按钮,保持其所有多汁的材料设计风格。 我已经研究过、和的问题,但是这些问题对于使用自定义的可拖入按钮并没有帮助。
浏览 3
提问于2016-04-16
得票数 0
3
回答
Android
Button
图像
、
、
我了解如何在按钮上放置图像,但有人知道什么是合法的,什么是不合法的使用图像吗?所以我知道我可以“画”一些东西,保存它,并使用它作为一个图像,但这通常看起来很难看。我也没有自己的photoshop。我只是在寻找一个更好的方法来创建图像,并使我的应用程序看起来更完美。感谢您的评论。
浏览 4
提问于2014-08-12
得票数 0
回答已采纳
9
回答
Android
Button
Onclick
、
android
.os.Bundle; import
android
.view.View.OnClickListener;
button
.setOnClickListener(new OnClickListener<em
浏览 3
提问于2012-04-19
得票数 51
1
回答
com.google.
android
.things.contrib.driver.
button
.
Button
vs
android
.widget.
Button
、
我是Java /
Android
的新手。我正在尝试使用
android
.widget.
Button
和com.google.
android
.things.contrib.driver.
button
.
Button
的两个屏幕“按钮”,以便从硬件和可视按钮获取输入由于名称相同,
Android
Studio不允许同时导入两个包。我使用这些直接命名。mButtonInputDriver = new ButtonInputDriver(BoardDefaults.getGPI
浏览 0
提问于2017-08-12
得票数 1
1
回答
Android
Button
XML设计
、
、
你好,我正在尝试重新创建下面图片中的一个按钮(按钮带有“冰箱”文本)。 谢谢
浏览 1
提问于2020-02-03
得票数 0
回答已采纳
13
回答
运行
Button
灰色:
Android
为什么在我得到一些错误后,运行按钮在
android
中总是变灰。每次我需要重新启动/重新启动我的
android
工作室,才能再次运行它。(IntellijViewTypeDetector.java:42) at com.
android
.tools.lint.client.api.LintDriver.runFileDetectors(LintDriver.java:
浏览 8
提问于2014-03-25
得票数 45
回答已采纳
2
回答
Android
Studio: PNG on
Button
、
、
、
但是在xml中,它位于按钮的中心,所以它很完美,伸展良好在MainActivity中,我不知道该怎么办 bt.setCompoundDrawablesWithIntrinsicBounds
浏览 28
提问于2017-03-12
得票数 1
回答已采纳
1
回答
定位
Button
Android
UI
、
、
:)
android
:layout_centerVertical="true"
浏览 5
提问于2014-05-08
得票数 0
回答已采纳
1
回答
Android
发行setVisibility for
Button
、
;import
android
.widget.
Button
;
Button
creditsBtn; protected void onCreate(Bundle savedInstanceState) findViewById(R.id.nextButton); creditsBt
浏览 4
提问于2022-04-30
得票数 -2
回答已采纳
3
回答
覆盖Home
Button
Android
、
、
我正在编写一个应用程序,它必须停留在平板电脑的屏幕上,每个人都可以访问。
浏览 1
提问于2013-11-16
得票数 0
回答已采纳
4
回答
Android
Button
/TextView样式
、
、
、
我已经尝试过一个带有透明背景和
android
:drawableRight的按钮,但是这个绘图的填充看起来很奇怪。<
Button
android
:layout_height="wrap_content"
浏览 5
提问于2016-03-16
得票数 0
2
回答
Android
类
Button
实现
、
我试图在我的应用程序中创建一个包含两种状态的相似按钮,但是我不知道在
android
应用程序中使用哪种类型的按钮,比如instagram和facebook,它是一个普通按钮、图像按钮还是切换按钮,我已经搜索过了
浏览 1
提问于2015-09-18
得票数 0
回答已采纳
1
回答
扩展
Android
Button
类
、
、
、
我对Java和
Android
很陌生。我试图扩展
Button
类,并为我的游戏添加更多的功能。代码:import
android
.app.Activity;import
android
.view.Menu;import java.lang.S
浏览 3
提问于2013-08-11
得票数 1
回答已采纳
1
回答
闪烁
Button
Xamarin
Android
、
我怎样才能使按钮有闪烁的动画?我现在所做的只是更改背景,然后在检索位置之后再次更改它。
浏览 1
提问于2022-04-01
得票数 -1
回答已采纳
2
回答
"
Button
button
1 = (
Button
)findViewById(R.id.
button
_1)“在
Android
中运行
、
button
1 = (
Button
)findViewById(R.id.
button
_1);
android
:layout_height="match_parent">
android
:id=&q
浏览 9
提问于2022-04-24
得票数 -1
回答已采纳
2
回答
Back
Button
Android
WebView
、
我有一个网站,我正在努力让它在
Android
上工作。除了按下
Android
设备外,我几乎所有东西都能正常工作,退出应用程序(这是我所读到的)。package com.appname.appname; import
android
.content.Intent;import
android
.os.Bundle; import
android
.webkit.WebS
浏览 1
提问于2016-06-10
得票数 0
回答已采纳
3
回答
Android
Back
Button
功能
sub_categories[i]=""; Log.d(this.getClass().getName(), "*****************back
button
浏览 1
提问于2010-11-04
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Amazon Dash Button Deals
text 组件,progress 组件,button 组件
Shopify店铺如何添加Buy Button销售渠道
Shopify Buy Button 常见问题解答
Unity 组件之Button组件和脚本的最详细用法
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
对象存储
云直播
活动推荐
运营活动
广告
关闭
领券