Questions tagged [android-window]

49 questions
0
votes
2 answers

How to make activity reorder to front "for real"?

I use FLAG_ACTIVITY_REORDER_TO_FRONT to try to switch between activities. Since this is buggy (sometime hide when back), so I try to dive into it. The FLAG_ACTIVITY_REORDER_TO_FRONT not really make the activity move to top, as I can see from adb,…
林果皞
  • 7,539
  • 3
  • 55
  • 70
0
votes
1 answer

NoSuchMethodError when using setNavigationBarDividerColor()?

I was trying to create a divider between the navigation bar and my app content when they are the same colour, the way that Google has been doing it with their latest Material Design 2.0 updates to their apps like Google Contacts and Google Home. I…
0
votes
4 answers

How to remove Titlebar?

I am trying to remove title bar from my activity but it is not getting removed. Here is my code public class SplashScreen extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { …
0
votes
1 answer

Get window token of the window to which decorview is attached

How to get the window token of the window to which decorview is attached?
zeus
  • 12,173
  • 9
  • 63
  • 184
1 2 3
4