Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

TabbedApp

Language: Oxygene, Platform: Cooper, Category: Android
https://github.com/remobjects/ElementsSamples/tree/master/Oxygene/Cooper/Android/TabbedApp

res\values\strings.android-xml

<?xml version="1.0" encoding="utf-8"?>
<resources>
  <string name="app_name">Tabbed App</string>

  <string name="tab_one_label">Tab One</string>
  <string name="tab_one_title">One</string>
  
  <string name="tab_two_label">Tab Two</string>
  <string name="tab_two_title">Two</string>

  <string name="tab_three_label">Tab Three</string>
  <string name="tab_three_title">Three</string>
</resources>