I am trying to create a layout for my application in Android Studio. Sadly, not all changes that I've applied in text mode editing appear in the preview mode. Here's the example: despite hardcoding a text displayed on a button, the preview still displays "Button", instead of "Find Gyms". What could be the solution? I have already tried to re-sync and invalidate/restart. Note: the Material Search Bar does not appear properly either, though I'm not sure if for the same reason.
Asked
Active
Viewed 61 times
0

user9507446
- 333
- 1
- 3
- 14
-
If you remove the `MaterialSearchBar` and just leave the `Button` does it show the text? – Skizo-ozᴉʞS ツ Nov 12 '19 at 12:16
-
@Skizo-ozᴉʞS no, nothing happens – user9507446 Nov 12 '19 at 12:21
-
Did you clean the project? or rebuild it? – Skizo-ozᴉʞS ツ Nov 12 '19 at 12:26
-
@Skizo-ozᴉʞS yes, even before posting the question – user9507446 Nov 12 '19 at 12:32