Skip to content

Commit

Permalink
Merge pull request square#230 from agrieve/patch-1
Browse files Browse the repository at this point in the history
Fix lint warnings in res/layout/leak_canary_ref_row.xml
  • Loading branch information
pyricau committed Aug 27, 2015
2 parents 14be1e2 + 34588ad commit bb70345
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions leakcanary-android/src/main/res/layout/leak_canary_ref_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
android:id="@+id/__leak_canary_row_connector"
android:layout_width="16dp"
android:layout_height="match_parent"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
/>

<TextView
Expand All @@ -42,8 +42,8 @@
android:layout_width="12dp"
android:layout_height="12dp"
android:layout_gravity="center_vertical"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
/>

</LinearLayout>
</LinearLayout>

0 comments on commit bb70345

Please sign in to comment.