This commit is contained in:
tongchenfei
2020-11-24 17:29:03 +08:00
parent 7301b59527
commit 8eaee0f0c0

View File

@@ -290,18 +290,4 @@
android:layout_height="wrap_content"
android:visibility="gone"
app:constraint_referenced_ids="btnShowDrawableTipNoSize,btnShowDrawableTip,btnShowTextTip,btnDebugCtrlNaviView,btnDebugCtrlSubView,btnDebugCtrlTopView,btnDebugAddBottomLayerView" />
<com.mogo.module.extensions.weather.StrokeTextView
android:id="@+id/stTest"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="40sp"
android:gravity="center"
android:text="1234"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:textColor="@color/module_ext_weather_text_color"
android:visibility="gone"/>
</androidx.constraintlayout.widget.ConstraintLayout>