
org.holoeverywhere.widget.FrameLayout Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of addon-facebook Show documentation
Show all versions of addon-facebook Show documentation
Facebook SDK special for using with HoloEverywhere library
The newest version!
package org.holoeverywhere.widget;
import android.content.Context;
import android.util.AttributeSet;
public class FrameLayout extends android.widget.FrameLayout {
public FrameLayout(Context context) {
super(context);
}
public FrameLayout(Context context, AttributeSet attrs) {
super(context, attrs);
}
public FrameLayout(Context context, AttributeSet attrs, int defStyle) {
super(context, attrs, defStyle);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy