Merge pull request #2 from poitzorg/patch-2

Removed hard-coded string.
This commit is contained in:
Andrew Dolgov 2012-01-18 01:08:41 -08:00
commit 6488af111c

View File

@ -28,7 +28,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="?headlineTextColor"
android:text="Loading, please wait..." />
android:text="@string/loading_message" />
</LinearLayout>
</LinearLayout>