-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·28 lines (27 loc) · 1020 Bytes
/
Copy pathindex.html
File metadata and controls
executable file
·28 lines (27 loc) · 1020 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Android Resource Tools</title>
<link rel="stylesheet" href="lib/cssreset-3.4.1.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto">
<link rel="stylesheet" href="css/studio.css">
</head>
<body>
<div id="main-container">
<div id="page-header">
<h1>Android Resource Tools</h1>
</div>
<div id="page-links">
<h2 id="group-icon-generators">Resource Converters <span>— Convert resources for your app</span></h2>
<ul>
<li><a href="GifToAnimationDrawable">GIF to AnimationDrawable</a></li>
</ul>
</div>
<div id="footer">
<p>See the <a href="https://github.com/romannurik/AndroidAssetStudio">source on GitHub</a>.</p>
</div>
</div>
</body>
</html>