Android Changing a Normal Layout to Tab Layout error in Image buttons and other?
问题 I followed this to create an Android Radio Stream over there It's working fine So I am trying to add a tab-layout to this So I followed this to add Tab layout Over there I have Added But I got Lot of error so I have Changed some like FROM protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main_activity); TO this @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) { View