Я прохожу этот урок , и я немного запутался в этой части
Inside the Resources/Values/ folder, open Strings.xml. This is where you should save all default text strings for your user interface. The default template for this file starts with two strings, hello and app_name. Revise hello to something else. Perhaps "Hello, Android! I am a string resource!" The entire file should now look like this:
view plainprint?
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="Hello">Hello, Android! I am a string resource!</string>
<string name="ApplicationName">Hello, Android</string>
</resources>
Я бы подумал, что она будет отображаться как в меню приложения (где выперейдите, чтобы выбрать приложение, которое вы хотите)
Однако это не так.Я не уверен, что метка кода переопределяет его или что
[Activity(Label = "Test Test", MainLauncher = true, Icon = "@drawable/icon")]
public class Activity1 : Activity
{
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
SetContentView(Resource.Layout.Main);
}
}
Как я вижу "Тестовый тест"