1、activity_main.xml 两个按钮,一个open一个close
<TextView
android:id=\"@+id/textView1\"
android:layout_width=\"match_parent\"
android:layout_height=\"wrap_content\"
android:text=\"@string/hello_world\" />
<Button
android:id=\"@+id/button_open\"
android:layout_width=\"match_parent\"
android:layout_height=\"wrap_content\"
android:layout_alignLeft=\"@+id/textView1\"
android:layout_below=\"@+id/textView1\"
android:layout_marginTop=\"38dp\"
android:text=\"open\" />
<Button
android:id=\"@+id/button_close\"
android:layout_width=\"match_parent\"
android:layout_height=\"wrap_content\"
android:layout_alignLeft=\"@+id/button_open\"
android:layout_below=\"@+id/button_open\"
android:layout_marginTop=\"50dp\"
android:text=\"close\" />
</RelativeLayout>
本文地址:https://www.stayed.cn/item/15853
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我