Loading

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页
摘要: set 动画容器 可作为资源id添加R.anim.xxxx 可用于在样式表中添加 http://blog.csdn.net/liuhe688/article/details/6660823inset 嵌入可绘制资源容器 在样式表中 添加 @drawable/background_view_roun... 阅读全文
posted @ 2015-07-15 12:59 androllen 阅读(226) 评论(0) 推荐(0) 编辑
摘要: final Resources.Theme theme = context.getTheme(); TypedArray a = theme.obtainStyledAttributes();获得自定义控件的主题样式数组 阅读全文
posted @ 2015-07-13 15:48 androllen 阅读(146) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/arui319/article/details/6831164 阅读全文
posted @ 2015-07-09 18:46 androllen 阅读(150) 评论(0) 推荐(0) 编辑
摘要: package com.cc.view;import com.cc.R;import com.cc.R.layout;import com.cc.R.menu;import android.opengl.Visibility;import android.os.Bundle;import andro... 阅读全文
posted @ 2015-06-09 18:21 androllen 阅读(302) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2015-06-02 18:50 androllen 阅读(284) 评论(0) 推荐(0) 编辑
摘要: await Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () => UpdateButtonOrientation()); 阅读全文
posted @ 2015-06-02 14:05 androllen 阅读(212) 评论(0) 推荐(0) 编辑
摘要: //StorageFolder savedPics = ApplicationData.Current.LocalFolder; //BitmapImage bi = new BitmapImage(); //RenderTargetBitmap ren... 阅读全文
posted @ 2015-06-02 01:30 androllen 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 1.图片的名字Btn_Play R文件死了。1.答:修改图片的名字btn_play R文件活了。 阅读全文
posted @ 2015-06-01 17:53 androllen 阅读(175) 评论(0) 推荐(0) 编辑
摘要: //自定义标题栏 var view = Windows.UI.ViewManagement.ApplicationView.GetForCurrentView(); ApplicationViewTitleBar titleBar = view.Title... 阅读全文
posted @ 2015-05-31 14:32 androllen 阅读(272) 评论(0) 推荐(0) 编辑
摘要: @+id/btn //表示在R.java文件里面新增一个id为btn的控件索引,最常用的一种声明控件id的方式。@+android:id/list //+android:表示引用android.R.id里面定义的id资源,如果android.R.id里面确实有title这个id资源,就直... 阅读全文
posted @ 2015-05-31 00:00 androllen 阅读(171) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页