Axel Segers

Results 4 comments of Axel Segers

package be.test.view.settings; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.CompoundButton; import android.widget.CompoundButton.OnCheckedChangeListener; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import be.test.android.R; import be.test.android.model.IProduct; import be.test.android.presenter.settings.products.ProductVisibility; import be.test.android.util.AlertDialogHelper; import be.test.android.util.MetricHelper;...

We fixed the problem by specifying a fixed height for the separator item It seems that the total height of all items is not calculated correctly when specifying this in...

Well it seems not to be solved. The total height of all items is calculated incorrectly. this results in a list which does not show all items .. can you...