Skip to content

Commit

Permalink
Bugfix on android:id
Browse files Browse the repository at this point in the history
Missed + after @ in @+id/
  • Loading branch information
dexafree committed Jul 24, 2014
1 parent c1bb76c commit 8fe8ed1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/material_basic_buttons_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@id/right_text_button"
android:id="@+id/right_text_button"
android:paddingLeft="@dimen/small_padding"
android:paddingTop="@dimen/big_padding"
android:paddingRight="@dimen/big_padding"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/material_basic_card_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@id/right_text_button"
android:id="@+id/right_text_button"
android:textColor="@color/orange_button"
android:textSize="@dimen/button_size"
android:layout_toRightOf="@+id/left_text_button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@id/right_text_button"
android:id="@+id/right_text_button"
android:layout_toRightOf="@id/left_text_button"
android:layout_alignBottom="@+id/left_text_button"
android:paddingLeft="@dimen/small_padding"
Expand Down

0 comments on commit 8fe8ed1

Please sign in to comment.