Skip to content

Instantly share code, notes, and snippets.

@renatoi
renatoi / android-radio-label.md
Created January 20, 2017 04:46
Using `setLabeledBy` on Android for RadioButton

Layout

<!-- label -->
<TextView
    android:id="@+id/choice_controls_radio_label"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:text="@string/choice_controls_question"/>
@renatoi
renatoi / .tmux.conf
Created August 2, 2012 22:56
Renato's tmux conf
# bindings
unbind %
unbind C-b
set -g prefix C-a
bind | split-window -h
bind - split-window -v
bind-key C-a last-window
# maximize | minimize pane
unbind +