Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/217.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android eclipseadt中的多行文本_Android_Textview_Eclipse Adt - Fatal编程技术网

Android eclipseadt中的多行文本

Android eclipseadt中的多行文本,android,textview,eclipse-adt,Android,Textview,Eclipse Adt,我需要帮助。基本上,我正在帮助一位朋友在EclipseADT上创建一个应用程序。我正在修改“关于”部分,但在使用textView时遇到问题。 下面的图片可以更好地解释我的问题: 非常感谢您提供的任何帮助如果您在参考资料中保留文本,则应使用\n换行符。我的应用程序中的示例: <string name="about_text">HexWalk is a hex grid version of well known puzzle game NetWalk. In Netwa

我需要帮助。基本上,我正在帮助一位朋友在EclipseADT上创建一个应用程序。我正在修改“关于”部分,但在使用textView时遇到问题。 下面的图片可以更好地解释我的问题:


非常感谢您提供的任何帮助

如果您在参考资料中保留文本,则应使用\n换行符。我的应用程序中的示例:

    <string name="about_text">HexWalk is a hex grid version of well known puzzle
    game NetWalk. In Netwalk type games, you are a network administrator,
    and someone has scrambled your network. Your job is to rotate all the
    pieces so that every computer is connected to the server by pipes and
    there are no lose ends in your network.
    \nNontouch controls:
    \ncursor movement - dpad, wasd
    \nturn hex clockwise - dpad center, enter
    \nturn hex counterclockwise - space
    \nzoom - volume up/down, +/-</string>