Suchergebnisse für Anfrage "appcompat-v7-r23.2"

10 die antwort

NullPointerExeption mit AppCompat BottomSheets

LinearLayout bottomSheetViewgroup = (LinearLayout) findViewById(R.id.bottomSheet); bottomSheetBehavior = BottomSheetBehavior.from(bottomSheetViewgroup); bottomSheetBehavior.setState(BottomSheetBehavior.STATE_EXPANDED); //this lineIch habe diesen ...

TOP-Veröffentlichungen