File tree Expand file tree Collapse file tree
src/com/beardedhen/androidbootstraptest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 android : layout_height =" wrap_content"
99 android : orientation =" vertical" >
1010
11- <include layout =" @layout/font_awesome_text_example" />
11+ <include layout =" @layout/font_awesome_text_example"
12+ android : id =" @+id/" />
1213
1314 <include layout =" @layout/bootstrap_button_basic_buttons_example" />
1415
Original file line number Diff line number Diff line change 1111import com .beardedhen .androidbootstrap .FontAwesomeText ;
1212
1313public class MainActivity extends Activity {
14-
15- @ Override
14+ @ Override
1615 protected void onCreate (Bundle savedInstanceState ) {
1716 super .onCreate (savedInstanceState );
1817 setContentView (R .layout .activity_main );
19-
18+
19+ //测试通过
2020 //get access to some FontAwesomeText items in the layout
2121 final FontAwesomeText tv1 = (FontAwesomeText ) findViewById (R .id .lblOne );
2222 FontAwesomeText tv2 = (FontAwesomeText ) findViewById (R .id .lblTwo );
You can’t perform that action at this time.
0 commit comments