Android Question EditText boxes shadow top and bottom

Gearcam

Active Member
Licensed User
Longtime User
Hi Please see attached image

The EditText boxes have a shadow bar at the top and bottom ringed in red.

how can I remove these ?

B4A 5.5

Must be easy but looks horrible

Thanks
 

Attachments

  • Screenshot_2016-06-17-17-48-00.png
    Screenshot_2016-06-17-17-48-00.png
    46.2 KB · Views: 222

Gearcam

Active Member
Licensed User
Longtime User
Hi Erel this is what comes up

'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="4" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
 
Upvote 0
Top