diff --git a/APED/app/src/main/res/layout/app_bar_main.xml b/APED/app/src/main/res/layout/app_bar_main.xml index 2888485..25f80e2 100644 --- a/APED/app/src/main/res/layout/app_bar_main.xml +++ b/APED/app/src/main/res/layout/app_bar_main.xml @@ -15,7 +15,7 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" - android:background="?attr/colorPrimary" + android:background="@color/red" app:popupTheme="@style/Theme.APED.PopupOverlay" /> diff --git a/APED/app/src/main/res/layout/fragment_plot.xml b/APED/app/src/main/res/layout/fragment_plot.xml index a984a1f..3cb85a9 100644 --- a/APED/app/src/main/res/layout/fragment_plot.xml +++ b/APED/app/src/main/res/layout/fragment_plot.xml @@ -15,5 +15,9 @@ android:id="@+id/button_alert" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="chose devices" /> + android:text="chose devices" + android:layout_gravity="top|end" + android:layout_margin="4dp" + android:textSize="15dp" + android:background="@color/red"/> diff --git a/APED/app/src/main/res/menu/activity_main_drawer.xml b/APED/app/src/main/res/menu/activity_main_drawer.xml index 0d75ca6..621d247 100644 --- a/APED/app/src/main/res/menu/activity_main_drawer.xml +++ b/APED/app/src/main/res/menu/activity_main_drawer.xml @@ -10,7 +10,7 @@ android:title="@string/menu_all_IOs" /> Download .xml Upload .xml - all IOs - favorite IOs - plots + all IOs + favorite IOs + plots Hello blank fragment \ No newline at end of file