I notice when I use android:layout_height="38sp" instead of android:layout_height="wrap_content" in edittext. i get text box with white line in the middle .. any explanation? I need to re size the edittext.
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...