Skip to content

Commit 886cad0

Browse files
committedNov 1, 2013
delete exists button
1 parent 95f3d9f commit 886cad0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎res/layout/main.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@
139139
android:layout_height="40dp"
140140
android:text="强制关闭"
141141
android:id="@+id/shutdown" android:layout_gravity="center" android:textSize="24dp"
142-
android:background="#8d000a" android:textColor="#ffffff"/>
142+
android:background="#8d000a" android:textColor="#ffffff" android:focusable="false"
143+
android:visibility="invisible"/>
143144
</LinearLayout>
144145
</RelativeLayout>
145146

0 commit comments

Comments
 (0)
Please sign in to comment.