Skip to content

Instantly share code, notes, and snippets.

View SwordBearer's full-sized avatar
🤒
Out sick

SwordBearer SwordBearer

🤒
Out sick
  • Momo Tech
  • China
View GitHub Profile
@SwordBearer
SwordBearer / Snackbar.java
Last active August 29, 2015 14:26 — forked from frogermcs/Snackbar.java
InstaMaterial source files - Design Support Library
public void showLikedSnackbar() {
Snackbar.make(clContent, "Liked!", Snackbar.LENGTH_SHORT).show();
}
@SwordBearer
SwordBearer / SystemUiHelper.java
Last active August 29, 2015 14:26 — forked from chrisbanes/SystemUiHelper.java
SystemUiHelper
/*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@SwordBearer
SwordBearer / 状态栏.txt
Created June 12, 2016 11:06 — forked from Haldir65/状态栏.txt
针对小米和魅族手机的状态栏修改实现
/**
* Created by 赵晨璞
*/
public class StatusBarUtil {
/**
* 修改状态栏为全透明
* @param activity
*/
@TargetApi(19)