Updated build paths to be ADt 17 compliant and fixed lint errors

Change-Id: I8b89e983d71bed87c70cf5e977c8a3445fbd51d6
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-31 12:27:01 -04:00
parent 5fbfc7b8dd
commit e841daa615
6 changed files with 25 additions and 21 deletions

View File

@@ -6,8 +6,8 @@
android:orientation="vertical"
android:background="#ffffff">
<!-- title -->
<TextView
android:text="title"
android:id="@+id/exception_title"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
@@ -16,8 +16,8 @@
android:textColor="#99CC00"
/>
<!-- body -->
<TextView
android:text="body"
android:id="@+id/exception_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"