Skip to content

Instantly share code, notes, and snippets.

View iOSDev33's full-sized avatar

Christopher Coudriet iOSDev33

  • Crushed Box Software / Christopher Coudriet
  • Greater Philadelphia Area
View GitHub Profile
<?xml version="1.0" encoding="utf-8"?>
<com.tokudu.begemot.widgets.CheckableLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="5dip"
android:orientation="vertical"
>
<CheckedTextView
android:id="@+id/user_name"
package com.tokudu.begemot.widgets;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.Checkable;
import android.widget.CheckedTextView;
import android.widget.LinearLayout;
/*