Fixed various lint issues

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-06-02 17:05:24 -04:00
parent c5c02e3984
commit 8bbecd3fc9
18 changed files with 92 additions and 69 deletions

View File

@@ -16,8 +16,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:cursorVisible="false"
android:editable="false"
android:focusable="false" />
android:focusable="false"
android:inputType="none" />
<TextView
android:layout_width="match_parent"