forked from GitHub-Mirror/riotX-android
Not implemented toast or Snackbar
This commit is contained in:
@ -8,4 +8,7 @@
|
||||
|
||||
<string name="password_hint" translatable="false">********</string>
|
||||
|
||||
<!-- Temporary string -->
|
||||
<string name="not_implemented" translatable="false">Not implemented yet in RiotX</string>
|
||||
|
||||
</resources>
|
||||
|
@ -11,7 +11,7 @@
|
||||
</style>
|
||||
|
||||
<!-- toolbar styles-->
|
||||
<style name="VectorToolbarStyle" parent="Widget.AppCompat.Toolbar">
|
||||
<style name="VectorToolbarStyle" parent="Widget.MaterialComponents.Toolbar">
|
||||
<item name="android:background">?colorPrimary</item>
|
||||
<item name="background">?colorPrimary</item>
|
||||
|
||||
|
Reference in New Issue
Block a user