Skip to content

Instantly share code, notes, and snippets.

@ecols33
Created May 25, 2015 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecols33/cce173c47628fe8d9b42 to your computer and use it in GitHub Desktop.
Save ecols33/cce173c47628fe8d9b42 to your computer and use it in GitHub Desktop.
For the app "lollicons"
<?xml version="1.0" encoding="UTF-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<!-- These sections below are for your "Previews" section -->
<!-- These names should match YOUR actual icon names
the names used below are just for sampling purposes -->
<!-- LATEST ICONS -->
<!-- All of your Latest icons listed here -->
<string-array name="latest">
<item>cm_speed_booster</item>
<item>facebook_messenger</item>
<item>hulu</item>
<item>amazon_instant_video</item>
<item>amazon</item>
<item>tv_remote</item>
<item>terminal_emulator</item>
<item>gallery</item>
<item>target</item>
</string-array>
<!-- ALL ICONS -->
<!-- All of your icons listed here -->
<string-array name="all_icons" translatable="false">
<item>cnn</item>
<item>twitch_round</item>
<item>twitch</item>
<item>spotify</item>
<item>super_su</item>
<item>snapchat</item>
<item>soundcloud</item>
<item>facebook</item>
<item>facebook_messenger</item>
<item>cm_speed_booster</item>
<item>hulu</item>
<item>amazon_instant_video</item>
<item>amazon</item>
<item>tv_remote</item>
<item>terminal_emulator</item>
<item>gallery</item>
<item>target</item>
</string-array>
<string-array name="drawer">
</string-array>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment