Skip to content

Commit

Permalink
Fixed lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Sep 19, 2014
1 parent 0f8c408 commit b0510df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_rescan.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
/>

<Button
android:id="@+id/rescan"
android:id="@+id/cancel"
android:layout_width="180dp"
android:layout_height="wrap_content"
android:text="@string/rescan_cancel"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_view_transaction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
/>

<ScrollView
android:id="@+id/inputs_scroll_id"
android:id="@+id/outputs_scroll_id"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="10"
Expand Down

0 comments on commit b0510df

Please sign in to comment.