Új hozzászólás Aktív témák
-
#39560925
törölt tag
SwipeRefreshLayout-nak a spinnere nálam üres. Hogyan tudnám elérni, hogy pörögjön benne a cuccos?
Kód:
@Nullable
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
// Inflate the layout for this fragment
View view = inflater.inflate(R.layout.fragment_exceptions, null);
swipeRefreshLayout = (SwipeRefreshLayout) view.findViewById(R.id.swipe_container);
swipeRefreshLayout.setOnRefreshListener(this);
swipeRefreshLayout.setSize(SwipeRefreshLayout.LARGE);
swipeRefreshLayout.setColorSchemeColors(
android.R.color.holo_blue_light,
android.R.color.holo_purple,
android.R.color.holo_green_light,
android.R.color.holo_red_light
);
return view;
}@Override
public void onRefresh() {
swipeRefreshLayout.setRefreshing(true);
BackendConnector.getInstance().refreshExceptions(this);
}
@Override
public void onExceptionRefreshFinished() {
swipeRefreshLayout.setRefreshing(false);
}
Új hozzászólás Aktív témák
- Battlefield 6
- Vicces képek
- Samsung Galaxy A54 - türelemjáték
- Hosszú premier előzetest kapott az Arknights: Endfield
- Hardcore café
- Milyen házat vegyek?
- S.T.A.L.K.E.R. 2: Heart of Chornobyl
- S.T.A.L.K.E.R.: Call of Pripyat
- Elképesztő sebességre képesek a Micron közelgő, PCI Express 6.0-os SSD-i
- World of Tanks - MMO
- További aktív témák...
- Telefon felvásárlás!! iPhone 13 Mini/iPhone 13/iPhone 13 Pro/iPhone 13 Pro Max
- Ventilátorok 120/140mm és tápkábel modding kitűnő árakon!
- DDR3 so-dimm 8GB notebook RAM modul Samsung
- Ultimate előfizetés akár 4714 Ft/hó áron! Azonnali, automatizált aktiválással, csak Nálam!
- BESZÁMÍTÁS! 64GB Patriot Viper 3600Mhz DDR4 memória garanciával hibátlan működéssel
Állásajánlatok
Cég: Laptopműhely Bt.
Város: Budapest
Cég: PCMENTOR SZERVIZ KFT.
Város: Budapest

