Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61139c8d authored by smain@google.com's avatar smain@google.com
Browse files

add helpouts widget to first round of pages

Change-Id: I2afafb2bf682c5d514eb1adde27bf0277e709198
parent 568f16cc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
page.title=Adding SDK Packages

page.tags=studio, sdk tools, eclipse adt, sdk manager, google play services, support library
helpoutsWidget=true

@jd:body

<style>
+3 −0
Original line number Diff line number Diff line
page.title=Installing the Android SDK

page.tags=studio, sdk tools, eclipse adt
helpoutsWidget=true

@jd:body

<style>
+8 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ page.type=about
fullpage=1
page.metaDescription=Resources available to help you report and resolve issues while you are developing apps for Android.
page.image=/images/android-support-card.png

@jd:body

<div class="wrap" style="width:940px;">
@@ -28,12 +29,18 @@ page.image=/images/android-support-card.png
  <a href="http://webchat.freenode.net/?channels=android">#android</a>, <a href="http://webchat.freenode.net/?channels=android-dev">#android-dev</a> <span style="color:#888">(IRC via irc.freenode.net)</span><br />
</p>

<p><b>
<a href="https://helpouts.google.com/partner/ask?vertical=programming&tags=android&origin=http:%2F%2Fdeveloper.android.com%2Fsupport.html">Ask a question in Google Helpouts</a>
</b></p>


<h5>Send Feedback</h5>
<p>
  <a href="http://code.google.com/p/android/issues/entry?template=Developer%20Documentation">Report documentation bug</a><br />
  <a href="https://code.google.com/p/android/issues/entry?template=User%20bug%20report">Report device bug</a><br />
  <a href="https://code.google.com/p/android/issues/entry?template=Developer%20bug%20report">Report platform bug</a><br />
</p>


  </div>

+3 −7
Original line number Diff line number Diff line
page.title=Building a Simple User Interface
parent.title=Building Your First App
parent.link=index.html

trainingnavtop=true
previous.title=Running Your App
previous.link=running-app.html
next.title=Starting Another Activity
next.link=starting-activity.html

page.tags=ui, views, layout, widgets, string resources
helpoutsWidget=true

@jd:body

+3 −2
Original line number Diff line number Diff line
page.title=Creating an Android Project
parent.title=Building Your First App
parent.link=index.html

page.tags=eclipse, sdk, project setup, adt
helpoutsWidget=true

trainingnavtop=true
next.title=Running Your App
Loading