Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGrzybkowski committed Apr 26, 2017
1 parent 5e773a6 commit 4537c5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/comment_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/tools">
android:layout_height="wrap_content">

<LinearLayout
android:orientation="horizontal"
Expand Down

0 comments on commit 4537c5d

Please sign in to comment.