fouady / SpotifyTray-Android

Facebook Chatheads-like Spotify widget
MIT License
253 stars 68 forks source link

About icon tray #1

Open AmilaMadushan opened 8 years ago

AmilaMadushan commented 8 years ago

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

R00t6 commented 8 years ago

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?