diff --git a/app/src/main/res/drawable/ic_add_bg.xml b/app/src/main/res/drawable/ic_add_bg.xml new file mode 100644 index 0000000..c18ef6a --- /dev/null +++ b/app/src/main/res/drawable/ic_add_bg.xml @@ -0,0 +1,9 @@ + + + diff --git a/app/src/main/res/layout/main_nav_fragment_device.xml b/app/src/main/res/layout/main_nav_fragment_device.xml index 196816a..4280038 100644 --- a/app/src/main/res/layout/main_nav_fragment_device.xml +++ b/app/src/main/res/layout/main_nav_fragment_device.xml @@ -3,32 +3,51 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - xmlns:app="http://schemas.android.com/apk/res-auto" tools:context=".ui.nav.device.NavDeviceFragment"> - + android:layout_height="50dp" + android:background="@color/main_bg_color" + android:gravity="center"> - + + + + + + android:horizontalSpacing="12dp" + android:numColumns="2" + android:paddingTop="5dp" + android:paddingBottom="5dp" + android:verticalSpacing="12dp" /> \ No newline at end of file diff --git a/iconfront/add.svg b/iconfront/add.svg new file mode 100644 index 0000000..79c5642 --- /dev/null +++ b/iconfront/add.svg @@ -0,0 +1 @@ + \ No newline at end of file