diff options
author | Samuel Holland <samuel@sholland.org> | 2017-11-28 20:14:47 -0600 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2017-11-28 20:14:47 -0600 |
commit | 4a672fc05d4b40b2e169bdf7b6212f86c3789de0 (patch) | |
tree | 132e6a235a61b8f816223eacc9983b5a0be947d6 /app/build.gradle | |
parent | 19f008955963015abbaf0c9fd88492d0eb0a6ace (diff) |
ConfigListFragment: Use a floating action menu
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 11f9edaf..ed84813b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,5 +22,6 @@ android { } dependencies { + implementation 'com.getbase:floatingactionbutton:1.10.1' implementation fileTree(dir: 'libs', include: ['*.jar']) } |