android: layout_width = "match_parent"
android: layout_height = "match_parent"
android: paddingBottom = "@ dimen / activity_vertical_margin"
android: paddingLeft = "@ dimen / activity_horizontal_margin"
android: paddingRight = "@ dimen / activity_horizontal_margin"
android: paddingTop = "@ dimen / activity_vertical_margin"
tools: context = ". MainActivity">
android: layout_width = "fill_parent"
android: layout_height = "wrap_content"
android: text = "@ string / Android_sudoku" />
android: id = "@ + id/button2"
android: layout_width = "fill_parent"
android: layout_height = "wrap_content"
android: text = "@ string / continue_label" />
android: id = "@ + id/button4"
android: layout_width = "fill_parent"
android: layout_height = "wrap_content"
android: layout_alignLeft = "@ + id/button2"
android: layout_below = "@ + id/button2"
android: text = "@ string / new_game_label" />
android: id = "@ + id/button3"
android: layout_width = "fill_parent"
android: layout_height = "wrap_content"
android: layout_alignLeft = "@ + id/button4"
android: layout_below = "@ + id/button4"
android: text = "@ string / about_label" />
android: id = "@ + id/button1"
android: layout_width = "fill_parent"
android: layout_height = "wrap_content"
android: layout_alignLeft = "@ + id/button3"
android: layout_below = "@ + id/button3"
android: layout_heitht = "wrap_content"
android: text = "@ string / exit_label" />
Description Resource Path Location Type
error: No resource identifier found for attribute 'layout_heitht' in package 'android' activity_main.xml / Suduku / res / layout line 39 Android AAPT Problem
Neighborhoods heroes, I followed the book do not go to this step ......
Reply:
The book is the essence of the forum recommended books "HELLO ANDROID 3RD"
Reply:
Error is there in the last BUTTON
Reply:
layout_heitht this property you are wrong, should be written layout_height
Reply:
I faint, seemingly solved
Just more than a single line of code ......
No comments:
Post a Comment