From b2d89ba22f42b1f2afbf6c3b49c3eea0ec61bd89 Mon Sep 17 00:00:00 2001 From: ricky barrette Date: Sat, 31 Dec 2011 20:57:05 +0000 Subject: [PATCH] removed hardcoded string per lint recomendations in list.xml --- .../bin/exceptionhandlerlib.jar | Bin 16367 -> 16367 bytes .../com/TwentyCodes/android/exception/R.java | 1 + ExceptionHandlerLib/res/layout/list.xml | 2 +- ExceptionHandlerLib/res/values/strings.xml | 9 ++++++--- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ExceptionHandlerLib/bin/exceptionhandlerlib.jar b/ExceptionHandlerLib/bin/exceptionhandlerlib.jar index 86f53de23633693d4e97541298646edc28b46d33..17428d474accf15855266f0e508a33361c51a693 100644 GIT binary patch delta 219 zcmaD~|Gu6#z?+#xgn@&DgTbR={zP7PW+1gOyg&d%Z$2eZ%M50CiNvyj8LOl!nZOJ+ z*)3dP#$ENpj9|uM%_vq7W0QU(L`jRGHM1a4z@7mKxJ=%tsXBSPz0ziJ({`|#lNVY$ zgY->)Zk-IKeQk2U^d6fmFs*4D4W`>|Bf<1z+iWl$XqNz{x7fvlX)*g)FkNO}2>^+} BOZNZ( delta 219 zcmaD~|Gu6#z?+#xgn@&DgMoL~+=;yI%s^^mc!2{jVYi2>9fIR~eaGAVOQ+4uod!^0drtM%eCoi;i z2I-sp+&URd``YAy={+`CU|Q2Q8ces_MuO?bw%K4h&@KT?Z?TI9(_;3qV7kn{5&&v3 BOSJ$1 diff --git a/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java b/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java index 52b96c0..3262105 100644 --- a/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java +++ b/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java @@ -24,6 +24,7 @@ public final class R { public static final class string { public static int crash=0x7f030000; public static int description=0x7f030004; + public static int no_reports=0x7f030006; public static int send=0x7f030003; public static int sending=0x7f030002; public static int sorry=0x7f030001; diff --git a/ExceptionHandlerLib/res/layout/list.xml b/ExceptionHandlerLib/res/layout/list.xml index ed2a878..1fe71f4 100644 --- a/ExceptionHandlerLib/res/layout/list.xml +++ b/ExceptionHandlerLib/res/layout/list.xml @@ -14,7 +14,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center_vertical" - android:text="No Reports" + android:text="@string/no_reports" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="#99CC00" /> diff --git a/ExceptionHandlerLib/res/values/strings.xml b/ExceptionHandlerLib/res/values/strings.xml index a603675..b1d79f3 100644 --- a/ExceptionHandlerLib/res/values/strings.xml +++ b/ExceptionHandlerLib/res/values/strings.xml @@ -1,9 +1,12 @@ - Application Fault + + Application Fault I\'m sorry, but we found a problem. Please click here. - Sending... + Sending… Send Optional: Describe what happened Version - + No Reports + + \ No newline at end of file