Android Adding Tab inside Fragment

后端 未结 4 1349
挽巷
挽巷 2020-12-15 01:15

I am Trying to add a TabHost Inside a Fragment ...The Code is given bellow.Here inside the Fragment I am Trying to add TabHost to show two Tab

public class T         


        
4条回答
  •  一整个雨季
    2020-12-15 01:34

    In case you use: https://stackoverflow.com/a/34224495/1386969

    Make sure the layout looks like:

    
    
    
    
        
        
    
        
        
    
    

提交回复
热议问题