Жестко заданная строка «Test» должна использовать ресурс @string

Привет, ребята, я здесь новенький, и это моя самая первая проблема

вот мой код:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >



<TextView

    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/ref"    
 />

<TextView

    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="Test"
 />

Я не хочу использовать строку во втором тесте, что мне делать?

6
задан Edli 3 August 2012 в 11:51
поделиться