Advertisement
Guest User

Untitled

a guest
Aug 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. RelativeLayout rl_timer_to_send = (RelativeLayout) c.getWindow().findViewById(R.id.rl_timer_to_send);
  2. rl_timer_to_send.setVisibility(View.VISIBLE);
  3. rl_timer_to_send.setDrawingCacheEnabled(true);
  4. Bitmap layer_timer = rl_timer_to_send.getDrawingCache();
  5. float resizeTimerFactor = 851.0f / layer_timer.getWidth(); // java.lang.NullPointerException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement