Lines Matching full:code
11 setup your user interface by calling <code>setContentView()</code> on an
12 {@link android.app.Activity}, Android adds your views to the <code>Activity</code>'s
15 on the T-Mobile G1, the <code>DecorView</code>, highlighted in the view
20 <p>The <code>DecorView</code> is the view that actually holds the
23 from your <code>Activity</code> changes the background of the window by changing
24 the <code>DecorView</code>'s background drawable. As mentioned before, this
38 entirely covered by an <code>ImageView</code>. This application is setup to
59 <code>res/values/theme.xml</code> containing the following:</p>
68 <code>android:theme="@style/Theme.NoBackground"</code> to your
69 <code><activity /></code> or <code><application /></code> tag. This
70 trick comes in very handy for any app that uses a <code>MapView</code>, a
71 <code>WebView</code> or any other full screen opaque view.</p>
83 The <a href="http://code.google.com/p/shelves">Shelves</a> application is a good
89 <code>onCreate()</code> the user would see the application startup with the
98 <code>res/drawable/background_shelf.xml</code>:</p>
113 sees the loading tiles of <code>MapView</code>. This is only a trick, the theme
115 <code>MapView</code>.</em></p>
121 <p><a href="http://progx.org/users/Gfx/android/WindowBackground">Download the source code of the first example</a>.</p>
123 <p><a href="http://code.google.com/p/shelves/">Download the source code of Shelves</a>.</p>