I saw in in notepadv3 example
[/syntax]
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:textAppearance="?android:attr/textAppearanceLargeInverse"
android:gravity="center_vertical"
android:paddingLeft="27dip"
/>
Any idea any documentation on this
I am trying to remove the orange bars (top/bottom) from EditText
Any help highly appreciated
Thanks

