Skip to content

Commit d9df63d

Browse files
committed
Remove tools:context value from xml layout
1 parent 87c5597 commit d9df63d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2-
xmlns:tools="http://schemas.android.com/tools"
32
android:layout_width="match_parent"
43
android:layout_height="match_parent"
54
android:paddingLeft="@dimen/activity_horizontal_margin"
65
android:paddingRight="@dimen/activity_horizontal_margin"
76
android:paddingTop="@dimen/activity_vertical_margin"
8-
android:paddingBottom="@dimen/activity_vertical_margin"
9-
tools:context=".DecoViewSampleActivityFragment">
10-
11-
7+
android:paddingBottom="@dimen/activity_vertical_margin">
128
</RelativeLayout>

0 commit comments

Comments
 (0)