visualisierung überarbeitet

This commit is contained in:
m_broelemann 2021-01-08 02:28:05 +01:00
parent 17f1278c20
commit 57905b2836
4 changed files with 10 additions and 6 deletions

View File

@ -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" />
</com.google.android.material.appbar.AppBarLayout>

View File

@ -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"/>
</FrameLayout>

View File

@ -10,7 +10,7 @@
android:title="@string/menu_all_IOs" />
<item
android:id="@+id/nav_favorite_IOs"
android:icon="@android:drawable/btn_star_big_on"
android:icon="@android:drawable/btn_star_big_off"
android:title="@string/menu_favorite_IOs" />
<item
android:id="@+id/nav_plots"

View File

@ -10,9 +10,9 @@
<string name="action_download_xml">Download .xml</string>
<string name="action_upload_xml">Upload .xml</string>
<string name="menu_all_IOs">all IOs</string>
<string name="menu_favorite_IOs">favorite IOs</string>
<string name="menu_plots">plots</string>
<string name="menu_all_IOs"><b>all IOs</b></string>
<string name="menu_favorite_IOs"><b>favorite IOs</b></string>
<string name="menu_plots"><b>plots</b></string>
<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
</resources>