From 73a48d3cd466a730ef6cc01b5f8d9e0aa34cf389 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 14 Feb 2014 19:00:11 +0100 Subject: Lint fixes --- remoteExample/src/main/res/layout/fragment_main.xml | 12 ++++++------ remoteExample/src/main/res/values/strings.xml | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'remoteExample') diff --git a/remoteExample/src/main/res/layout/fragment_main.xml b/remoteExample/src/main/res/layout/fragment_main.xml index 5069780c..e4fa019d 100644 --- a/remoteExample/src/main/res/layout/fragment_main.xml +++ b/remoteExample/src/main/res/layout/fragment_main.xml @@ -15,7 +15,7 @@ android:layout_height="wrap_content" android:layout_alignLeft="@+id/helloworld" android:layout_alignParentTop="true" - android:text="No Status yet" /> + android:text="@string/no_status_yet" />