android - Side menu not working in inner fragments -


i have drawerlayout in application. file structure follows:

class extends actionbaractivity 

class contains code required implementing navigation drawer. have done based on link.

side menu contain list of other options. default show fragment in activity not part of side menu. particular fragment contains set of buttons , on click of each load other fragments.

my issue is: in these inner fragments side menu not opening. should need add settings work?

looking reply. in advance.

i solved issue. problem was not referring same content frame layout in inner fragments.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -