1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 23:06:05 -04:00

Removed unused resources. Removed unused imports. Removed debug code.

This commit is contained in:
tokugawa
2014-04-29 14:22:27 -04:00
parent 7b732e38f6
commit 0ee4a4ffe2
10 changed files with 2 additions and 75 deletions

View File

@ -16,14 +16,6 @@
android:text="@string/found_text"
android:textAppearance="?android:attr/textAppearanceLarge" />
<TextView
android:id="@+id/numberFoundText"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="@string/default_text"
android:textAppearance="?android:attr/textAppearanceMedium" />
<WebView
android:id="@+id/moreInfoWebView"
android:layout_width="match_parent"