Resultados da pesquisa a pedido "appcompat-v7-r23.2"

5 a resposta

NullPointerExeption com AppCompat BottomSheets

LinearLayout bottomSheetViewgroup = (LinearLayout) findViewById(R.id.bottomSheet); bottomSheetBehavior = BottomSheetBehavior.from(bottomSheetViewgroup); bottomSheetBehavior.setState(BottomSheetBehavior.STATE_EXPANDED); //this lineEu tenho esse ...