腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
如何
在应用程序中
制作
Moto G Globe动画?
android
、
animation
、
android-animation
、
motorola
所以我的问题是
如何
做到这一点?谢谢,
浏览 5
提问于2015-02-13
得票数 0
1
回答
带复选框和可变背景颜色的安卓自定义ListView
android
、
listview
、
android-listview
sender.setText(order.getSender());
android
:
drawable
="@color/blue" />
andr
浏览 9
提问于2012-08-16
得票数 0
回答已采纳
1
回答
在
android
中使用ImageView在XML中平铺图像
android
、
xml
、
image
、
tiling
> xmlns:
android
="http://schemas.
android
.com/apk/res/
android
"
android
:layout_height="fill_parent"
android
:src="@
drawable
/c
浏览 3
提问于2012-01-18
得票数 9
回答已采纳
4
回答
从assets文件夹加载图像
java
、
android
我有一个
android
应用程序,其中我有几个资产文件夹中的图像。现在我想把这些图像组成一个
数组
。现在我的问题是:-当我们的图像是可绘制的时,我们可以
制作
一个像这样的
数组
R.
drawable
.ss,}; 诸若此类。当我的图像位于assets文件夹中时,
如何
创建与上面相同的图像
数组
?我想在类级
浏览 1
提问于2013-09-24
得票数 16
1
回答
state_active="true“不处理可绘制项
android
、
xml
、
android-drawable
> <item
android
:state_active</shape> <item
android
:width="15dp"
浏览 0
提问于2019-03-30
得票数 0
1
回答
android
-我想更改请求焦点错误图标的位置,以便它不会显示在密码的切换图标上
android-edittext
以下是我的编辑文本xml代码
android
:layout_width="match_parent" app:passwordToggleEnabled="true"
android
:th
浏览 4
提问于2017-10-02
得票数 3
1
回答
如何
使用自定义渲染器在Xamarin窗体中
制作
带有圆角的进度条
xamarin
、
xamarin.forms
、
xamarin.android
、
progress-bar
、
custom-renderer
this.Layer.MasksToBounds = true; }
如何
在
Android
中使用自定义渲染器实现同样的功能。
浏览 2
提问于2017-09-26
得票数 4
2
回答
如何
改变
android
系统的切换背景?
android
下面是我的代码
android
:id="@+id/switchsubsurf"
android
:layout_height="wrap_content"
android
:padding="5dip"
浏览 1
提问于2014-03-04
得票数 5
1
回答
9补丁图像不被识别
android
、
android-image
、
nine-patch
我为
android
应用程序创建了一些图片。我已经完成了创建9补丁映像所需的所有步骤,但都没有效果。应用程序不会只识别该文件。 if (NinePatch.isNinePatchChunk(chunk)) {
drawable
浏览 1
提问于2013-11-15
得票数 0
2
回答
Android
动画
android
、
animation
我有两个或三个以上的动画,
如何
将它们放入动画集中? 还有一件事,这是非常important..that的,我的图像是通过翻译动画从一个地方移动到另一个地方。
如何
在平移动画中显示图像从一个位置移动到另一个位置的运动。
浏览 7
提问于2010-07-20
得票数 0
1
回答
创建一个类似于ASP.Net下拉列表的旋转器
android
、
android-spinner
>
android
:layout_width="fill_parent"
android
:orientation="vertical"
浏览 2
提问于2013-06-11
得票数 0
回答已采纳
2
回答
如何
将动画添加到textView可绘制中
android
、
animation
、
drawable
我已经使用这一行在我的xml文件的textView:
android
:drawableLeft="@
drawable
/ic_launcher"中添加图像。<TextView
android
:layout_width="match_parent"
浏览 0
提问于2014-02-15
得票数 16
回答已采纳
2
回答
Android
按钮突出显示
android
、
button
、
highlighting
、
android-button
所以我在
android
中做了一个自定义按钮,带有一个普通的图像和一个“按下”的图像。but1.isActivated()){按钮的menu.xml代码:
android
:id="@+id/button1pos"
android
:layout_width="0dip&
浏览 0
提问于2013-07-22
得票数 0
回答已采纳
3
回答
Android
中的按钮动画
android
、
android-layout
、
animation
、
android-animation
、
android-button
这让我很害怕,因为当我想在不同的设备上缩放这些按钮时,我很可能会
制作
九片和手工帧动画的不同麻烦。 有没有可能制造出这样的东西?或者可能有任何类型的变通方法或其他东西。
浏览 2
提问于2013-02-19
得票数 1
回答已采纳
5
回答
带有
android
:
drawable
=“@color/透明”属性的选择器
android
、
xml
、
android-layout
、
drawable
="false"
android
:
drawable
="@
drawable
/tab_bg_selected" /><!-- Pressed tab --> <item
android
:state
浏览 3
提问于2014-02-10
得票数 14
回答已采纳
2
回答
删除在
Android
中有图像和文本的按钮中的图像背景
android
、
image
、
button
、
background
Xml代码:
android
:id="@+id/message"
android
:drawableLeft="@
drawable
/message" <
浏览 5
提问于2015-01-30
得票数 0
回答已采纳
2
回答
如何
将背景图像添加到and activity并将其对齐到右下角?
android
、
android-layout
我想知道
如何
给它加上背景。我知道
如何
通过添加
android
:background="@drawables/background"来添加背景这就是我到目前为止所得到的:id="@+id/imageView1"
android
:layout_heigh
浏览 1
提问于2012-06-21
得票数 0
回答已采纳
1
回答
编辑文本样式的
android
android
、
android-styles
如何
设置编辑文本的样式(如 ) 锁是个图标。
如何
在锁后插入棒子?
浏览 3
提问于2015-02-21
得票数 0
回答已采纳
3
回答
我怎样才能做到这一点,阵列图像?
android
savedInstanceState); ArrayAdapter<Image> faculati_adapter = new ArrayAdapte
浏览 4
提问于2015-03-28
得票数 0
回答已采纳
3
回答
底部没有线的EditText
android
、
android-layout
、
android-edittext
我想使我的编辑文本字段没有在底部一行,如在这张图片。
浏览 0
提问于2014-12-26
得票数 17
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券