android - How to change the appearance of a card in Google Glass -
I am trying to modify the presence of cards made in the Google Glass application developed using Gdk . I have found the right place to modify appearance - styles.xml This is the current code that gives me a glass-style card:
Every time I add anything between those rows, however, there is never a change in the form of a card, but when I take the subject's parents one of the default Android themes I can not change the problem in the presence (but the status bar is at the top, so I can not use it instead of just the glass theme). I really want to focus the text in my app - is there any way to do this? Are you looking incorrectly?
If you are using the card class to create your card, then you basically have 3 options Are:
- No image, the text will be by default on the upper left corner.
- If you use an image with a full layout, the text will be somewhere
- If you use an image with a LEFT layout, then the text again Will be aligned towards.
You can use the Android text view, instead of the card and then you can bloom on your own XML view.
Comments
Post a Comment