码迷,mamicode.com
首页 >  
搜索关键字:tv 聚焦凸显效果    ( 1018个结果
Dialog
方法一:1,布局xml页面<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"><TextViewandroid:id="@+id/tv_content..
分类:其他好文   时间:2015-02-04 00:43:38    阅读次数:127
TCL Android TV 开发环境搭建实录
要求:Eclipse版本3.5以上 ADT版本10.0.1 TCL的SDK(我看了看核心是Android2.2的API)步骤: 1.下載SDK和TCL的模拟器 2.Eclipse安装ADT(版本一定要符合哦,要不不行) 3.Eclipse挂载SDK Eclipse环境中设置Window->Prefe...
分类:移动开发   时间:2015-02-03 22:47:45    阅读次数:405
http://blog.csdn.net/wzlas111/article/details/39741091
转载:http://blog.csdn.net/wzlas111/article/details/39741091Android TV上的焦点凸显特效相信大家都看到过,那么我们就来实现它吧,首先上张效果图。先说一下实现原理,主要通过重写RelativeLayout实现item,之后在其中加入scal...
分类:Web程序   时间:2015-02-03 22:47:14    阅读次数:166
Android TV开发 焦点控制
转载:http://www.eoeandroid.com/thread-264177-1-1.html最近在做一款基于Android的互联网电视客户端,开发与phone/pad差不多,但是有一个值得注意的地方就是焦点控制的问题。在TV上做应用开发,由于TV呈现的界面比较大,上面放的View/layo...
分类:移动开发   时间:2015-02-03 22:37:45    阅读次数:236
个人简历
<RelativeLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"tools:context=".MainActivity"><TextViewandroid:id="@+id/tv..
分类:其他好文   时间:2015-02-01 07:23:08    阅读次数:239
Android 47个小知识
1、判断sd卡是否存在 ? ?boolean sdCardExist = Environment.getExternalStorageState().equals(android.os.Environment.MEDIA_MOUNTED); ? 2、TextView部分文字设置颜色 ? ?TextView tv = new TextView(th...
分类:移动开发   时间:2015-01-30 17:54:12    阅读次数:213
HDMI CEC
[1]http://elinux.org/CEC_(Consumer_Electronics_Control)_over_HDMI [2]https://source.android.com/devices/tv/HDMI-CEC.html Android 官网 [3]http://www.quantumdata.com/pdf/CEC_White_Paper.pdf Designin...
分类:其他好文   时间:2015-01-26 12:06:57    阅读次数:148
文字淡出效果
1、设置动画 模仿一些软件文字慢慢淡出效果,主要用到移动动画(负责view移动),缩放动画(负责view在移动过程中不断的缩小)和透明度动画(在移动的过程中减少文字透明度)。 int[] location = new int[2]; tv_score_animation.getLocationInWindow(location); //获取当前view的位置 private void ...
分类:其他好文   时间:2015-01-22 20:19:01    阅读次数:263
Linux显示USB设备
Linux显示USB设备 youhaidong@youhaidong-ThinkPad-Edge-E545:~$ lsusb -tv /: Bus 08.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M /: Bus 07.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd...
分类:系统相关   时间:2015-01-21 22:37:30    阅读次数:305
Linux显示PCI设备
Linux显示PCI设备 youhaidong@youhaidong-ThinkPad-Edge-E545:~$ lspci -tv -[0000:00]-+-00.0 Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Complex +-01.0 Adva...
分类:系统相关   时间:2015-01-21 22:36:23    阅读次数:324
1018条   上一页 1 ... 81 82 83 84 85 ... 102 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!