Android: How to maximize PreferenceFragment width (or get rid of margin)?

后端 未结 8 1063
误落风尘
误落风尘 2020-11-28 12:58

\"Android

\"FragmentsBC

8条回答
  •  -上瘾入骨i
    2020-11-28 13:42

    The answers here didn't work for me. However, this one did:

    source: https://stackoverflow.com/a/53402144/9026710

    In your PreferenceScreen add this line:

    xmlns:app="http://schemas.android.com/apk/res-auto"
    

    add this line in PreferenceScreen and it's elements:

    app:iconSpaceReserved="false"
    

    Example:

    
    
        
        
    
    

提交回复
热议问题