The scheme 'SSDKDemo' contains no buildables that can be built for the SDKs supported by the run destination Pengfei. Make sure your targets all speci...
分类:
其他好文 时间:
2014-06-28 21:25:46
阅读次数:
260
Glossary of view transformationsThe following terms are used to define view orientation, i.e. transformation from World Coordinates (WC) to the View R...
分类:
其他好文 时间:
2014-06-27 18:23:59
阅读次数:
240
1. 在manifest文件中使用activity的默认属性,横屏竖屏时,惠反复调用onDestory和onCreate 造成不必要的开销。Android默认如此应该是为了适配不同的xml布局文件,重新初始化资源,显示效果会好一些;
2. manifest文件中配置activity的属性:
android:configChanges="orientation|scree...
分类:
移动开发 时间:
2014-06-25 07:59:47
阅读次数:
190
一个垂直方向的LinearLayout,包含两个View。下面一个View(工具栏)固定在屏幕底部,上面的View占据剩余的屏幕空间。<LinearLayoutandroid:orientation="vertical"android:id="@+id/vertical_layout"android:layout_width="match_parent"android:layout_height="match_paren..
分类:
其他好文 时间:
2014-06-24 16:57:06
阅读次数:
199
第12章-Swing编程 --- 使用JToolBar创建工具条Swing提供了JToolBar类来创建工具条,创建JToolBar对象时可以指定如下两个参数:-->name: 该参数指定该工具条的名称.-->orientation:该参数指定该工具条的方法.JToolBar对象还有如下几个常用方法...
android:orientation指定LinearLayout布局方向,值:vertical
(垂直方向) 、horizontal(水平方向)实例一:实例二:
分类:
移动开发 时间:
2014-06-12 15:27:04
阅读次数:
193
FlowPane将node从左到右水平或从上到下垂直放置在pane中,分别用到Orientation.HORIZONTAL和Orientation.VERTICAL方法。我们也可以设置node之间的距离,下面的例子演示FlowPane的用法:importjavafx.application.Application;
importjavafx.geometry.Insets;
importjavafx.scen..
分类:
编程语言 时间:
2014-06-10 23:59:58
阅读次数:
789
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="horizontal" >
android:layout_width="wrap...
分类:
其他好文 时间:
2014-06-08 17:58:54
阅读次数:
633
查看帮助命令
bixiaopeng@bixiaopeng ~$ adb shell screencap -v
screencap: invalid option -- v
usage: screencap [-hp] [-d display-id] [FILENAME]
-h: this message
-p: save the file as a png.
-d: speci...
分类:
移动开发 时间:
2014-06-08 05:06:26
阅读次数:
353