Skip to content

Instantly share code, notes, and snippets.

View jomifepe's full-sized avatar
:shipit:

José Pereira jomifepe

:shipit:
View GitHub Profile
@jomifepe
jomifepe / karabine_complex_rules.json
Last active July 7, 2022 11:48
MacOS Karabiner - Ducky One 2 Skyline
{
"title": "Portuguese Layout Fixes ({}, \\|, ~^, ºª, +*)",
"rules": [
{
"description": "Swap Command <-> Control (MANDATORY FOR ALL THE RULES)",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "left_control"
@jomifepe
jomifepe / BottomNavigationBehavior.java
Created February 15, 2019 17:42
BottomNavigationView hiding behavior with snackbar
package com.jomifepe.addic7eddownloader.ui.behavior;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.TimeInterpolator;
import android.content.Context;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.View;
import android.view.ViewGroup;