Skip to content

Instantly share code, notes, and snippets.

View galaxyfeeder's full-sized avatar

Gabriel Esteban galaxyfeeder

  • Bankflip
  • Barcelona, Catalonia
View GitHub Profile
@galaxyfeeder
galaxyfeeder / gist:e8013ef95cd48e4aba94
Created December 7, 2014 08:47
Mifos Tests for Dashboard
package com.mifos.mifosxdroid.tests;
import android.app.Activity;
import android.app.Instrumentation;
import android.test.ActivityInstrumentationTestCase2;
import android.test.TouchUtils;
import android.test.ViewAsserts;
import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.SmallTest;
import android.view.KeyEvent;
@galaxyfeeder
galaxyfeeder / gist:d1ddf061ec281afb90a6
Created December 6, 2014 13:47
Mifos Test Dashboard
package com.mifos.mifosxdroid.tests;
import android.app.Activity;
import android.app.Fragment;
import android.app.Instrumentation;
import android.test.ActivityInstrumentationTestCase2;
import android.test.TouchUtils;
import android.test.ViewAsserts;
import android.test.suitebuilder.annotation.MediumTest;
import android.test.suitebuilder.annotation.SmallTest;
public class ColorGradientCircleButton extends View{
private Paint mPaint;
private int width, height;
public ColorGradientCircleButton(Context context) {
super(context);
init();
}
public ColorGradientCircleButton(Context context, AttributeSet attrs) {
public class ColorGradientCircleButton extends View{
private Paint mPaint;
private int width, height;
public ColorGradientCircleButton(Context context) {
super(context);
init();
}
public ColorGradientCircleButton(Context context, AttributeSet attrs) {