diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-09 11:48:23 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-09 11:48:23 -0700 |
commit | fad41577c854ba6f8c4b27aebf734180307cf6c6 (patch) | |
tree | c830ac499e73c4d8f050f9f58b08878eec939b5d /kpref-activity | |
parent | 9695948b007a0c6110c72b89f3b318f4c1eea52c (diff) | |
download | kau-fad41577c854ba6f8c4b27aebf734180307cf6c6.tar.gz kau-fad41577c854ba6f8c4b27aebf734180307cf6c6.tar.bz2 kau-fad41577c854ba6f8c4b27aebf734180307cf6c6.zip |
Use raw image links
Diffstat (limited to 'kpref-activity')
-rw-r--r-- | kpref-activity/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpref-activity/README.md b/kpref-activity/README.md index 3c3266c..5ec94a6 100644 --- a/kpref-activity/README.md +++ b/kpref-activity/README.md @@ -3,7 +3,7 @@ KAU supports Preferences that are created without xmls and through AppCompat. The items are backed by a [FastAdapter](https://github.com/mikepenz/FastAdapter) and support [iicons](https://github.com/mikepenz/Android-Iconics) -![KPref Items Gif](https://github.com/AllanWang/Storage-Hub/blob/master/kau/kau_kpref_items.gif) +![KPref Items Gif](https://raw.githubusercontent.com/AllanWang/Storage-Hub/master/kau/kau_kpref_items.gif) The easiest way to create the settings is to extend `KPrefActivity`. |