diff options
Diffstat (limited to 'kpref-activity/README.md')
-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`. |