mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Fix UI contrast and theming (#871)
This commit is contained in:
parent
5c98936e23
commit
d16b87f5e8
5 changed files with 22 additions and 13 deletions
|
|
@ -1,12 +1,17 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
>
|
||||
|
||||
<item
|
||||
android:id="@+id/connectStatusImage"
|
||||
android:contentDescription="@string/connection_status"
|
||||
android:icon="@drawable/cloud_off"
|
||||
app:iconTint="@color/colorOnPrimary"
|
||||
app:iconTint="@color/toolbarText"
|
||||
android:title="@string/disconnected"
|
||||
app:showAsAction="ifRoom" />
|
||||
app:showAsAction="ifRoom"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:id="@+id/debug"
|
||||
android:title="@string/debug_panel"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue