Tagged Questions
1
vote
0answers
80 views
Is it possible to add a RemoteViews to a LinearLayout in Activity?
I'd want to show a preview of my widget (or notification) in my Activity but I don't want to use other code.
Is it possible to add a RemoteViews to a LinearLayout in Activity or trasform a ...
2
votes
0answers
123 views
RemoteView and wrong layout_weight
I have a problem with layout_weight and the remoteView of my appWidget.
All my toggle are like this
With this xml :
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout ...