I have two different activities, A & B.
Both have NavigationDrawer
, look alike, but not are the same, because I could not get the drawer layout ID of activity A in activity B.
Both activity has 3 fragments each (total 6).
The NavigationDrawer
contains all fragments of activity class A only. My problem is, when I am in activity B, and try to open one fragment of activity A from navigation drawer, it throws an error
No view found for id 0x7f090047 (com.wlodsgn.bunbunup:id/linear) for fragment FmMenu{b1e537f0 #0 id=0x7f090047}
How do I achieve it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…