Merge pull request #176 from lgoix/message-db

add missing string & styles (fix  #175 )
pull/177/head
Kevin Hester 2020-09-27 13:58:01 -07:00 zatwierdzone przez GitHub
commit e940091911
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -74,4 +74,7 @@
<string name="a_list_of_nodes_in_the_mesh">A list of nodes in the mesh</string>
<string name="text_messages">Text messages</string>
<string name="channel_invalid">This Channel URL is invalid and can not be used</string>
<string name="debug_panel">Debug Panel</string>
<string name="debug_last_messages">500 last messages</string>
<string name="clear_last_messages">Clear</string>
</resources>

Wyświetl plik

@ -33,4 +33,9 @@
</style>
<style name="Widget.App.CardView" parent="Widget.MaterialComponents.CardView"/>
<style name="Meshtastic.Button.Rounded" parent="">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">50%</item>
</style>
</resources>