@@ -116,7 +116,7 @@ class HomeActivity : BaseMvpActivity<IHomeView, HomePresenter, ActivityHomeBindi
mMenuList.add(
Menu(
getString(R.string.switch_status),
- R.mipmap.menu_icon_device_status
+ R.mipmap.icon_menu_switch
)
@@ -70,6 +70,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_menu"
style="@style/CommonRecyclerView"
+ android:layout_height="wrap_content"
android:layout_above="@id/item_setting"
android:layout_below="@id/v_divider_title"
tools:listitem="@layout/item_rv_menu" />
@@ -9,7 +9,8 @@
<ImageView
android:id="@+id/iv_icon"
android:layout_width="@dimen/item_rv_menu_icon_size"
- android:layout_height="@dimen/item_rv_menu_icon_size" />
+ android:layout_height="@dimen/item_rv_menu_icon_size"
+ android:tint="@color/color_d7d2d2" />
<TextView
android:id="@+id/tv_name"