File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Omega/src/com/google/android/systemui/smartspace Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import android.util.AttributeSet
77import android.view.View
88import android.view.ViewGroup
99import android.widget.ImageView
10- import android.widget.LinearLayout
1110import android.widget.ProgressBar
1211import android.widget.TextView
12+ import androidx.constraintlayout.widget.ConstraintLayout
1313import androidx.core.view.isInvisible
1414import androidx.core.view.isVisible
1515import com.android.launcher3.R
@@ -22,7 +22,7 @@ import java.util.UUID
2222
2323class BcSmartspaceCard @JvmOverloads constructor(
2424 context : Context , attrs : AttributeSet ? = null
25- ) : LinearLayout (context, attrs) {
25+ ) : ConstraintLayout (context, attrs) {
2626
2727 private var baseActionIconSubtitleView: DoubleShadowTextView ? = null
2828 private var dateView: IcuDateTextView ? = null
You can’t perform that action at this time.
0 commit comments