Search code examples
androidpreferencepreferencescreen

How to remove the horizontal line in the bottom in PreferenceScreen?


I am getting one horizontal line in but there is not any horizontal line in the bottom ,I don't know where is wrong

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">

       <PreferenceCategory >
           <PreferenceScreen 
              ...... />
       </PreferenceCategory>
       ......
    </PreferenceScreen>

enter image description here


Solution

  • this is be created by system, we can not hide it,but it works well in android 6.0