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

@@ -24,8 +24,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
class="com.TwentyCodes.android.LocationRinger.ui.fragments.AboutRingerFragment$ListeningEditText"
android:capitalize="words"
android:imeOptions="actionNext"
android:inputType="textCapWords"
android:singleLine="true" />
<TextView
@@ -41,7 +41,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.TwentyCodes.android.LocationRinger.ui.fragments.AboutRingerFragment$ListeningEditText"
android:capitalize="sentences"
android:inputType="textMultiLine" />
android:inputType="textCapSentences" />
</LinearLayout>