mirror of
https://github.com/niushuai233/DevControl.git
synced 2024-10-27 22:43:20 +08:00
fix: id更名
This commit is contained in:
parent
03feef076e
commit
3ab2e1007c
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
<!--标题栏 更多设置-->
|
<!--标题栏 更多设置-->
|
||||||
<androidx.appcompat.widget.AppCompatImageButton
|
<androidx.appcompat.widget.AppCompatImageButton
|
||||||
android:id="@id/activity_title_more_set"
|
android:id="@id/device_add"
|
||||||
android:layout_width="50dp"
|
android:layout_width="50dp"
|
||||||
android:layout_height="50dp"
|
android:layout_height="50dp"
|
||||||
android:layout_marginRight="5dp"
|
android:layout_marginRight="5dp"
|
||||||
|
@ -11,11 +11,16 @@
|
|||||||
|
|
||||||
<!--common end-->
|
<!--common end-->
|
||||||
|
|
||||||
|
<!--首页 start-->
|
||||||
|
|
||||||
|
<item name="device_add" type="id"/>
|
||||||
|
|
||||||
<!-- 首页 底部导航栏 start-->
|
<!-- 首页 底部导航栏 start-->
|
||||||
<item name="bottom_nav_device" type="id"/>
|
<item name="bottom_nav_device" type="id"/>
|
||||||
<item name="bottom_nav_log" type="id"/>
|
<item name="bottom_nav_log" type="id"/>
|
||||||
<item name="bottom_nav_set" type="id"/>
|
<item name="bottom_nav_set" type="id"/>
|
||||||
<!-- 首页 底部导航栏 end-->
|
<!-- 首页 底部导航栏 end-->
|
||||||
|
<!--首页 end-->
|
||||||
|
|
||||||
<!--设备页 start-->
|
<!--设备页 start-->
|
||||||
<item name="device_gv" type="id"/>
|
<item name="device_gv" type="id"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user