资源文件
andli0726
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
colors.xml
<?xml version="1.0" encoding="utf-8"?><resources> <drawable name="topmenu_back">#18335E</drawable> <drawable name="red">#fff200</dr原创 2011-09-29 17:03:45 · 132 阅读 · 0 评论 -
style.xml
<?xml version="1.0" encoding="utf-8"?><resources> <!-- 登录界面编辑框的样式 --> <style name="login_edit_style"> <item name="android:layout_width"&g原创 2011-09-29 17:03:58 · 116 阅读 · 0 评论 -
AndroidManifest.xml
<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.epoint原创 2011-09-30 08:07:34 · 100 阅读 · 0 评论 -
preference.xml
<?xml version="1.0" encoding="utf-8"?><PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <com.epoint.mobileoa.view.sysconfig.ColorPickerPreference andr...原创 2011-09-30 08:07:42 · 150 阅读 · 0 评论 -
dimens.xml
<?xml version="1.0" encoding="utf-8"?><resources> <dimen name="topmenu_height">45dp</dimen></resources>原创 2011-09-30 08:07:53 · 109 阅读 · 0 评论 -
数组的使用
调用办法: String items[] = getResources().getStringArray(R.array.backupitem); array.xml <?xml version="1.0" encoding="utf-8"?><resources> <string-array name="backupite...原创 2011-11-17 14:41:06 · 91 阅读 · 0 评论 -
assert目录下文件的读取
普通的打开方式是:InputStream inputStream = getAssets().open("test.xml");带文件夹的:getAssets().open("database/db.db");在webview中的打开是:webView.loadUrl("file:///android_asset/test/index.html"); /...原创 2012-03-30 08:20:12 · 890 阅读 · 0 评论
分享