-
Notifications
You must be signed in to change notification settings - Fork 12
Home
rutura edited this page Mar 4, 2017
·
25 revisions
Source code for Android Recipies Book 5Th Edition
##App1.1 : Working with styles and themes
-
Define your styles in the /res/values/styles.xml file of your project.
-
Reuse them on UI components as shown in the res/layout/activity_main.xml file(Example style = "@style/FormCheckBox")
-
Themes are like styles in that you define them in /res/values/styles.xm
-
Themes are used either on Activity context or Application context.
-
Direct link to app : https://github.com/blikoon/Ubufundi/tree/master/App1.1
-
Relevant files :