Need to fix Layout Showed Transparent Android while Creating Fragment -
hello have create 1 activity , have 3 fragment class.i facing problem if call fragment background transparant , can see previous fragment or activity can see , perform action on it.
i need fix solution. how possible.
thank in advance.
i suggest add properties top view of fragment's layout:
android:background="#fff" android:clickable="true"
its should solve problem
android:clickable="true"
enough didn't test it.
Comments
Post a Comment