score:1
Accepted answer
in your values/strings.xml add this string resource:
<string name="bezoektijden">
bezoektijden\n\n
vrijwel iedere patiƫnt vindt het prettig bezoek te ontvangen. onze ervaring is
dat een goed contact met vrienden en familie een bedrage kan leveren aan
een spoedig herstel.\n\n
voor de meeste afdelingen gelden de volgende bezoektijden:
van 15.15 tot 16.15 uur;
van 19.00 tot 20.00 uur.\n\n
let op: tijdens feestdagen gelden in het rkz andere bezoektijden dan normaal.
bekijk de website voor bezoektijden tijdens de feestdagen.
</string>
the \n
indicates a newline. to put an empty line between 2 lines of text, you would use two newlines, thus \n\n
in your textview refer to it:
<textview
android:id="@+id/textview1"
android:layout_width="244dp"
android:layout_height="270dp"
android:layout_gravity="center"
android:layout_weight="0.01"
android:text="@string/bezoektijden"
android:textappearance="?android:attr/textappearancesmall" />
Source: stackoverflow.com
Related Query
- Starting on a new line in the emulator (Android project Eclipse)
- Eclipse cannot create new Android Application Project after updating the Android SDK Tools
- Android Eclipse ADT Code Errors when starting new Android Project
- Errors when starting a new android project in Eclipse
- Android - copy existing project with a new name in Eclipse
- Eclipse HTML Editor: Each <input> tag on the new line
- Cannot create a new Android Project using Eclipse
- How do you compile an Android project into an .apk file in Eclipse without launching the emulator?
- SRC folder in Eclipse is empty (MainActivity class not created) after creating a new android project using Eclipse
- eclipse, new android application project, "next button" is disabled in section that wants the project name
- Use new firebase sdk in android eclipse project
- What is the difference between Eclipse "Import" and "Create project from existing source" for Android projects?
- Why when I rename a project in Eclipse does Tomcat not pick up the new resource name?
- How to create new android project in eclipse and share in local git repository?
- Eclipse Indigo Android ADT - install OK, no "Android" option in Preferences and New Project
- Building an Android Project from Command Line with Eclipse
- Android - How can I view a sql database created in my app? I'm running it on the Android emulator in Eclipse
- C JNI code introduces errors in an Android Eclipse project once the C file is opened in the editor
- Invalid item in the dependencies list after importing Android project from Eclipse
- How to use the same source from PhoneGap Build and PhoneGap Android project in Eclipse
- Android project in Eclipse is missing the Android 4.2.2 library folder
- when i start eclipse and run android project, it opens a new emulator every time ,
- Creating a new C++ Project in Eclipse CDT with the same settings as another project
- How to set the C++ file extension to .cc in Eclipse for files created when starting a new project?
- Persistently setting the default name on an Android project in Eclipse
- Eclipse Kepler crashes when creating new Android Application Project
- Eclipse not generating files in new Android Project
- How to remove empty line from the end of new class - Eclipse
- Creating a new Android project in Eclipse
- Eclipse (java) web services, what files to version and how to properly pull the project to a new computer?
More Query from same tag
- Adding a Custom Nature to Existing Android Project
- HashMap's KeySet, EntrySet, and values are null while table is not empty
- Android App Not Installed
- Grizzly Standalone Logging
- Checking the state of menu items inside handlers
- Android openGL es 2.0 RGB Values not correct when using GL_fragcolor
- How to execute some function in eclipse while debugging a java program?
- How is Eclipse able to display a Java EE webapp using Tomcat, despite not placing any data in Tomcat's webapps folder?
- How to create a Check Box which has the "text" in left and box in right?
- Export Libgdx Project to Android
- Nodeclipse plugin doesn't install missing requirement
- Errors while executing Select Statement using JPA
- Cant figure out suddenly im getting error in Eclipse Android " Source not found " why?
- Why System.getProperty("java.home") works different for Eclipse 3.4, 3.5, 3.6?
- Parse HTML Offline
- Unusual type casting in PHP
- Get rid of the timestamp in Eclipse console
- List all public methods of an instance within Eclipse editor
- Eclipse build war success, but Maven command canot
- Java swing components keep size (static)
- FATAL DriverManagerPool newPooledObject Can't create a new connection for project SQL server in eclipse
- Using WxWidgets with Eclipse for C++
- Transform coordinates from EPSG:4326 to EPSG:31467 in Java /GWT server side
- Allow access Android webview for camera in L class api 21
- upload maven project file on save to google app engine like netbeans
- OpenMP expected declaration or statement at end of input
- Change text on button in eclipse header on the fly
- Eclipse Groovy and autocompletion
- Error parsing XML: no element found
- Group Id and package name in Eclipse java web application using maven