Hi guys, I'm new here, and this is my first problem.
here is my code:
<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" />
I do not want to use the string in the second test, what should I do?
source share