您的位置 首页 站长运营

安卓APP配置文件res/values/string.xml详解

安卓APP配置文件res/values/string.xml详解:小白专用,大神直接略过。 <?xml version="1.0" encoding=&q…

安卓APP配置文件res/values/string.xml详解:小白专用,大神直接略过。

<?xml version="1.0" encoding="utf-8"?>

<resources>

<string name="app_name">Rexsee开发版</string> /*应用程序名称*/

<string name="app_author">Rexsee.com</string> /*应用程序作者*/

<string name="app_email">support@rexsee.com</string> /*作者邮件*/

<string name="screenOrientation">portrait</string> /*屏幕方向,portrait、landscape或auto*/

<string name="titleBar">true</string> /*是否需要标题栏*/

<string name="statusBar">true</string> /*是否需要状态栏*/

<string name="fullScreen">false</string> /*是否全屏*/

<string name="progressCover">true</string> /*是否需要启动画面*/

<string name="browserProgressDialog">true</string> /*载入页面时是否显示进度框*/

</resources>

本文来自网络,不代表24小时课堂在线立场,转载请注明出处:https://www.24ketang.cn/44682.html

为您推荐

返回顶部