Back to project page Fast-Brightness-Control-Widget.
The source code is released under:
Apache License
If you think the Android project Fast-Brightness-Control-Widget listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.mod.android.widget.fbcw; // w w w.j av a 2 s .c o m import android.widget.RemoteViews; public class HorizontalWidgetProvider extends BaseWidgetProvider { @Override RemoteViews createRemoteViews(String packageName) { return new RemoteViews(packageName, R.layout.buttons_horizontal); } }