Skip to content

Commit 2938ac3

Browse files
Adam CohenAndroid (Google) Code Review
authored andcommitted
Merge "Enabling RemoteViews to have a landscape and portrait layout" into jb-dev
2 parents 7a4be12 + 5d20064 commit 2938ac3

File tree

3 files changed

+419
-104
lines changed

3 files changed

+419
-104
lines changed

api/current.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27842,6 +27842,7 @@ package android.widget {
2784227842

2784327843
public class RemoteViews implements android.view.LayoutInflater.Filter android.os.Parcelable {
2784427844
ctor public RemoteViews(java.lang.String, int);
27845+
ctor public RemoteViews(android.widget.RemoteViews, android.widget.RemoteViews);
2784527846
ctor public RemoteViews(android.os.Parcel);
2784627847
method public void addView(int, android.widget.RemoteViews);
2784727848
method public android.view.View apply(android.content.Context, android.view.ViewGroup);

0 commit comments

Comments
 (0)