Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fixed lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
XJIOP committed Jan 13, 2020
1 parent 917ca96 commit 3b9828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/icon_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
android:layout_centerVertical="true"
android:paddingRight="15dp"
android:layout_toRightOf="@+id/icon"
android:layout_toLeftOf="@+id/checkbox"
android:layout_toLeftOf="@+id/radio"
android:text="test" />

<RadioButton
Expand Down

0 comments on commit 3b9828a

Please sign in to comment.