Skip to content

Commit 789c9fe

Browse files
author
GSteve-Paul
committed
把开机自启动按钮给隐藏了
1 parent 9aeae89 commit 789c9fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,17 +115,17 @@
115115

116116
<Switch app:layout_constraintWidth_percent="0.6"
117117
android:layout_height="wrap_content"
118-
android:layout_marginTop="50dp"
119118
android:text="开机自启动"
119+
android:visibility="invisible"
120120
android:textAlignment="center"
121121
android:textSize="25dp"
122122
android:id="@+id/StartAutomaticSwitch"
123123
android:paddingVertical="14dp"
124124
app:layout_constraintLeft_toLeftOf="parent"
125125
app:layout_constraintRight_toRightOf="parent"
126-
app:layout_constraintHorizontal_bias="0.5"
126+
app:layout_constraintHorizontal_bias="0.496"
127127
tools:ignore="MissingConstraints"
128-
android:layout_width="0dp"/>
128+
android:layout_width="0dp" tools:layout_editor_absoluteY="0dp"/>
129129
</androidx.constraintlayout.widget.ConstraintLayout>
130130
<TextView
131131
android:text="日志"

0 commit comments

Comments
 (0)