I applied the Android Holo theme to make an app for Galaxy Tab. So, the background of Fragment became white. The problem is that the same theme was applied to EditText in the fragment, so the color became white because it was big. The screen is white and the color is white, so I can't see it because it's white.
Can't you change the color of EditText's cursor to darken? Go to EditText Properties I've tried "@android:style/Widget.Holo.Light.EditText" but it's no use.
android android-edittext style galaxy-tab
Give android:textCursorDrawable to @null in EditText properties. The textCursorDrawable property was created from API level 12.
581 PHP ssh2_scp_send fails to send files as intended
578 Understanding How to Configure Google API Key
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
915 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.