Skip to content

Commit

Permalink
Improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Blanka Kulik committed Sep 13, 2017
1 parent e9c833f commit d07e14a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Add `compile 'com.github.agensdev:AndroidTweaks:1.1.0'` to your application Grad
Declare your flags in a place where you can reach it from anywhere in your application
```java
public class MyTweaks {

public static final TweakBoolean darkTheme = new TweakBoolean("Styling", "Theme", "Dark", false);
public static final TweakBoolean hapticFeedback = new TweakBoolean("Feedback", "Vibration", "useHapticFeedback", true);
public static final List<Tweak> tweaks = new ArrayList<Tweak>() {{
Expand Down
Binary file modified sample_images.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d07e14a

Please sign in to comment.