<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:tools="http://schemas.android.com/tools"
|
android:id="@+id/activity_appliances"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
tools:context="com.hdl.sdk.ttl_sdk.activity.AppliancesListActivity">
|
|
<include
|
android:id="@+id/hdl_top_bar_layout"
|
layout="@layout/hdl_toolbar_top_view_b"/>
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_below="@+id/hdl_top_bar_layout">
|
|
<androidx.recyclerview.widget.RecyclerView
|
android:id="@+id/recyclerView_hl"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@color/transparent">
|
|
</androidx.recyclerview.widget.RecyclerView>
|
</LinearLayout>
|
|
</RelativeLayout>
|