Hay foudy
Im new to android development and i have downloaded your tray icon widget.it is really nice.But I have an issue I have changed the
private static final int TRAY_DIM_X_DP = 200;
because i need some space but the spotify button is not aligned to the screen corner
i know something wrong in
params.setMargins(
marg/ + mRootLayout.getWidth()/TRAY_HIDDEN_FRACTION,
marg,
marg*12,
marg);
i dont understand the logic can you explain it a bit
Thank you
I am also facing the same issue I want to change the height of the widget when TRAY_DIM_Y_DP is changed to 200 the tray_opener is not visible. Can you tell us how can we change the size of the widget?
Hay foudy Im new to android development and i have downloaded your tray icon widget.it is really nice.But I have an issue I have changed the private static final int TRAY_DIM_X_DP = 200; because i need some space but the spotify button is not aligned to the screen corner i know something wrong in params.setMargins( marg/ + mRootLayout.getWidth()/TRAY_HIDDEN_FRACTION, marg, marg*12, marg); i dont understand the logic can you explain it a bit Thank you