From 7177bc089d137e42a842b74ffb107e38396b6850 Mon Sep 17 00:00:00 2001 From: Ricky Barrette Date: Sat, 2 Jun 2012 17:05:42 -0400 Subject: [PATCH] Fixed various lint issues Signed-off-by: Ricky Barrette --- ExceptionHandlerLib/AndroidManifest.xml | 19 ++++-- .../res/layout/exception_activity.xml | 58 +++++++++---------- .../exception/ReportPostingService.java | 2 + 3 files changed, 44 insertions(+), 35 deletions(-) diff --git a/ExceptionHandlerLib/AndroidManifest.xml b/ExceptionHandlerLib/AndroidManifest.xml index 5979ae5..c6a8319 100644 --- a/ExceptionHandlerLib/AndroidManifest.xml +++ b/ExceptionHandlerLib/AndroidManifest.xml @@ -1,12 +1,21 @@ - + package="com.TwentyCodes.android.exception" + android:versionCode="1" + android:versionName="1.0" > - + + + + + + + + + \ No newline at end of file diff --git a/ExceptionHandlerLib/res/layout/exception_activity.xml b/ExceptionHandlerLib/res/layout/exception_activity.xml index d0ad6d8..f406139 100644 --- a/ExceptionHandlerLib/res/layout/exception_activity.xml +++ b/ExceptionHandlerLib/res/layout/exception_activity.xml @@ -1,32 +1,30 @@ - - -