Skip to content

Commit c100047

Browse files
committed
remove redundant background color from layout
1 parent 0939b2c commit c100047

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

app/src/main/res/layout/outline_fragment.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
xmlns:tools="http://schemas.android.com/tools"
66
android:layout_width="match_parent"
77
android:layout_height="match_parent"
8-
android:background="?android:attr/colorBackground"
98
android:orientation="vertical">
109

1110

@@ -47,4 +46,4 @@
4746
android:text="@string/outline_not_available"
4847
android:visibility="gone" />
4948
</FrameLayout>
50-
</LinearLayout>
49+
</LinearLayout>

0 commit comments

Comments
 (0)