初步调整NFC模块构造为服务加管理窗口模式,修改调试框架。
This commit is contained in:
@@ -34,18 +34,5 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1.0">
|
||||
|
||||
<cc.winboll.studio.libappbase.LogView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/logview"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
12
autonfc/src/main/res/menu/main_menu.xml
Normal file
12
autonfc/src/main/res/menu/main_menu.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/menu_start_service"
|
||||
android:title="启动NFC服务"/>
|
||||
<item
|
||||
android:id="@+id/menu_stop_service"
|
||||
android:title="停止NFC服务"/>
|
||||
<item
|
||||
android:id="@+id/menu_log"
|
||||
android:title="启动日志"/>
|
||||
</menu>
|
||||
Reference in New Issue
Block a user