Files
ActivityLaunchMode/app/src/main/res/layout/ac_singletop.xml
linglongxin24 1ee0408aac first commit
2016-11-17 15:16:17 +08:00

21 lines
793 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<Button
android:id="@+id/button5"
android:layout_marginTop="64dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="onClick1"
android:text="点击一个通知栏解决重复打开Activity的问题" />
<Button
android:id="@+id/button6"
android:layout_width="match_parent"
android:onClick="onClick2"
android:layout_height="wrap_content"
android:text="模拟登陆(解决按钮重复点击的问题)" />
</LinearLayout>