Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

klinker24/talon_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talon Example Theme

This theme is just an example of what you can do with the theme engine for Talon, the whole process is fairly straightforward.

Steps to creating a custom Talon theme:

  1. Rename the package name in the AndroidManifest.xml file to whatever you want, it just needs to be different from what I have and what others have done, you can't install the same package multiple times on a device (common practice is something like com.lastname.android.talon_theme_name)
  2. Edit each of the meta-data attributes defined in the AndroidManifest.xml to whatever you want for your theme, any combination of any of them should work fine
  3. Change the icon.png file to whatever you want in each of the drawable folders (mdpi, hdpi, xhdpi and xxhdpi). It will show up when selecting the themes in Talon
  4. Add nine-patch resources for the different background types (selected and unselected) and any other icons that you wish to change
  5. Edit the layout xml filse to match how you want them to look. You can basically do whatever you want here as long as you don't remove any of the components I have. I have made some comments on some that you should be aware of
  6. Edit the text colors defined in the colors resource file
  7. Add the EditText background of your choosing. If one isn't found in your theme, it will default to holo orange. I would suggest looking here to get them: http://android-holo-colors.com/
  8. Compile the app and install it on your phone
  9. Set the theme in the Theme Settings section of Talon
  10. Fix any problems with the theme and make it look perfect
  11. Put it up on the Google+ community for everyone to enjoy! https://plus.google.com/u/0/communities/112468199526946242218/stream/c2f77fd2-23f2-4cb5-923e-6bb748fbcb69

For information on creating 9-patch files: http://radleymarx.com/blog/simple-guide-to-9-patch/

Pretty much anything can be done with these themes. For now, these are the only elements that are possible to change and it may stay that way. There really isn't much left other than the drawer, but that is never going to be themeable.

You will NOT be able to configure the app's accent color with this theme engine. It will stay orange. That isn't something that I can read from a package and place into the app on the fly. So, please, DO NOT ask me about this. The answer will be no and I am not afraid to tell you that, even if you don't like my answer. You have been warned!


Don't hesitate to contact me if you have any questions!

Email: luke@klinkerapps.com


License

Copyright 2014 Luke Klinker

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Example themeing for my Talon for Twitter Android app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published