Skip to content

Commit 94b2b5e

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "fix links to style and themes source files" into jb-dev
2 parents e445c25 + 600a75c commit 94b2b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/html/guide/topics/ui/themes.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,8 +413,8 @@ thoroughly describe the styles, so viewing the actual source code for these styl
413413
themes will give you a better understanding of what style properties each one provides.
414414
For a better reference to the Android styles and themes, see the following source code:</p>
415415
<ul>
416-
<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>
417-
<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>
416+
<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>
417+
<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>
418418
</ul>
419419

420420
<p>These files will help you learn through example. For instance, in the Android themes source code,

0 commit comments

Comments
 (0)