start new:
tmux
start new with session name:
tmux new -s myname
As configured in my dotfiles.
start new:
tmux
start new with session name:
public class DeepScrollView extends ScrollView { | |
public ShrinkWatchScrollView(Context context, AttributeSet attrs, | |
int defStyle) { | |
super(context, attrs, defStyle); | |
} | |
public ShrinkWatchScrollView(Context context, AttributeSet attrs) { | |
this(context, attrs, 0); |