Skip to content

Instantly share code, notes, and snippets.

View javimb's full-sized avatar

Javi Imbernón javimb

View GitHub Profile
@juanriaza
juanriaza / gist:3143116
Created July 19, 2012 11:14
Taller Django Betabeers Almería
@romannurik
romannurik / button_bar_layout.xml
Created April 10, 2012 04:24
How to make a proper button bar on ICS
<!--
A button bar is a set of buttons at the bottom of an activity.
An example is an AlertDialog with OK/Cancel buttons.
Note that something similar can be accomplished using a
split action bar and text-only action buttons, but this is an
alternate presentation that's often preferred.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"