易网时代-编程资源站
Welcome
微信登录
编程资源
图片资源库
蚂蚁家优选
PDF转换器
软件资源
软件开发
、
小程序制作
、
系统集成与运维
、
空间租用
、
硬件开发
、
视频监控
、
技术咨询与支持
——联系电话:0311-88999002/88999003
首页
/
操作系统
/
Linux
/
Android应用开发之国际化
布局 main.xml
<TextView
Android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:text
=
"@string/hello"
/>
<ImageButton
android:layout_width
=
"wrap_content"
android:layout_height
=
"wrap_content"
android:src
=
"@drawable/exit"
/>
字符串国际化
values-zh
<string
name
=
"hello"
>
你好!
</string>
<string
name
=
"app_name"
>
国际化
</string>
values-en
<string
name
=
"hello"
>
Hello World, I18nActivity!
</string>
<string
name
=
"app_name"
>
I18n
</string>
values-en-rUS
<string
name
=
"hello"
>
Hello World, I18nActivity!,US
</string>
<string
name
=
"app_name"
>
I18n
</string>
图片国际化
屏幕适配
Layout-320x240
<TextView
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:text
=
"320x240"
/>
Layout-480x320
<TextView
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:text
=
"480x320"
/>
收藏该网址
版权所有©石家庄振强科技有限公司2024
冀ICP备08103738号-5
网站地图