diff options
author | Scott Main <smain@google.com> | 2012-09-12 10:13:25 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-09-12 10:13:25 -0700 |
commit | 048279126f3cbe62cab10007d58e2c751aaf20d0 (patch) | |
tree | 2b750846483c74c67636fb8a4ae1f75750ac2b5e /docs/html | |
parent | bd0fe8783407bc760b8e9a9952cb96a600d26ea9 (diff) | |
parent | eb0b6e272f63d7685bc147107c87b5d6235c07e5 (diff) | |
download | frameworks_base-048279126f3cbe62cab10007d58e2c751aaf20d0.zip frameworks_base-048279126f3cbe62cab10007d58e2c751aaf20d0.tar.gz frameworks_base-048279126f3cbe62cab10007d58e2c751aaf20d0.tar.bz2 |
am eb0b6e27: am 94b2b5ef: Merge "fix links to style and themes source files" into jb-dev
* commit 'eb0b6e272f63d7685bc147107c87b5d6235c07e5':
fix links to style and themes source files
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/guide/topics/ui/themes.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/ui/themes.jd b/docs/html/guide/topics/ui/themes.jd index d787492..2053197 100644 --- a/docs/html/guide/topics/ui/themes.jd +++ b/docs/html/guide/topics/ui/themes.jd @@ -413,8 +413,8 @@ thoroughly describe the styles, so viewing the actual source code for these styl themes will give you a better understanding of what style properties each one provides. For a better reference to the Android styles and themes, see the following source code:</p> <ul> - <li><a href="http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/values/styles.xml;h=d7b654e49809cb97a35682754b1394af5c8bc88b;hb=HEAD">Android Styles (styles.xml)</a></li> - <li><a href="http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/values/themes.xml;h=6b3d7407d1c895a3c297e60d5beac98e2d34c271;hb=HEAD">Android Themes (themes.xml)</a></li> + <li><a href="https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/styles.xml">Android Styles (styles.xml)</a></li> + <li><a href="https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/res/res/values/themes.xml">Android Themes (themes.xml)</a></li> </ul> <p>These files will help you learn through example. For instance, in the Android themes source code, |