바닥 글 안에 몇 개의 단추가있는 각주를 구현하려고합니다.Google Glass의 각주에 버튼을 추가하려면 어떻게해야하나요?
Card card1.setFootnote("Footer");
Button btnSave = new Button(this)
Button btnClear = new Button(this)
card1.setButton(btnSave); //no option to put into card at footer
card1.setButton(btnClear); //no option to put into card at footer
어떻게하면됩니까?