zackzhengzx / alogcat

Automatically exported from code.google.com/p/alogcat
0 stars 0 forks source link

filter starts with caps #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
log filter input always caps the first word. this is because we changed the 
android:inputType to "textCaps*". this limits the input to a single line which 
was another issue, but we should probably use one of the other input types, 
like "text".  need to test though if this limits to single line as expected.

Original issue reported on code.google.com by jeffrey.blattman@gmail.com on 25 Oct 2010 at 3:17

GoogleCodeExporter commented 8 years ago

Original comment by jeffrey.blattman@gmail.com on 9 Nov 2010 at 7:23