Skip to content

Commit 905d0ef

Browse files
committed
Fix overlapping.
1 parent 26c0a31 commit 905d0ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

activitytaskview/src/main/java/cc/rome753/activitytask/view/FragmentTaskView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package cc.rome753.activitytask.view;
22

33
import android.content.Context;
4+
import android.graphics.Color;
45
import android.util.AttributeSet;
56
import android.widget.LinearLayout;
67

@@ -28,6 +29,7 @@ public FragmentTaskView(Context context) {
2829
public FragmentTaskView(Context context, AttributeSet attrs) {
2930
super(context, attrs);
3031
setOrientation(VERTICAL);
32+
setBackgroundColor(Color.parseColor("#333333"));
3133
mLifecycleObservable = new LifecycleObservable();
3234
}
3335

0 commit comments

Comments
 (0)