Searched refs:pane (Results 1 – 25 of 55) sorted by relevance
123
/frameworks/base/docs/html/training/design-navigation/ |
D | multiple-sizes.jd | 22 <li><a href="#multi-pane-layouts">Group Screens with Multi-pane Layouts</a></li> 29 …<li><a href="{@docRoot}design/patterns/multi-pane-layouts.html">Android Design: Multi-pane Layouts… 41 <h2 id="multi-pane-layouts">Group Screens with Multi-pane Layouts</h2> 44 <p><strong>Multi-pane Layout Design</strong></p> 46 href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> pattern guide.</p> 49 <p>3 to 4-inch screens are generally only suitable for showing a single vertical pane of content at… 51 …op applications and websites offer a left-hand navigation pane or use a master/detail two-pane lay… 55 …interface) design into a larger layout and how to address these issues with multi-pane layouts:</p> 59 …alt="Single pane layouts on large screens in landscape lead to awkward whitespace and exceedingly … 61 <p class="img-caption"><strong>Figure 1.</strong> Single pane layouts on large screens in landscape… [all …]
|
D | wireframing.jd | 41 …able <em>Story List</em> screen as a left pane, and the <em>Story View</em> screen as the primary … 120 …="{@docRoot}guide/components/fragments.html">Fragments</a>: implement re-usable, multi-pane layouts
|
D | ancestral-temporal.jd | 99 …arily show the parent pane, which slides in from the left of the screen. Pressing the <em>Up</em> …
|
D | screen-planning.jd | 78 …xt lesson, we explore screen grouping techniques, such as providing multi-pane layouts for tablet …
|
/frameworks/base/docs/html/training/multiscreen/ |
D | adaptui.jd | 45 flow may be different. For example, if your application is in the dual-pane 46 mode, clicking on an item on the left pane will simply display the content on 47 the right pane; if it is in single-pane mode, the content should be displayed 56 pane" mode or "dual pane" mode. You can do that by querying if a given view 75 <p>Notice that this code queries whether the "article" pane is available or not, 98 headlines list opens the article in the right hand-side pane if the UI 99 is in dual pane mode, but will launch a separate activity if the UI is in 100 single-pane mode:</p> 107 /* display article on the right pane */ 119 <p>Likewise, if the app is in dual-pane mode, it should set up the action bar [all …]
|
D | screensizes.jd | 155 <p>For example, many applications implement the "two pane" pattern for large 156 screens (the app might show a list of items on one pane and the content on 157 another pane). Tablets and TVs are large enough for both panes to fit 162 <li><code>res/layout/main.xml</code>, single-pane (default) layout: 166 <li><code>res/layout-large/main.xml</code>, two-pane layout: 190 and two-pane layouts, but instead of the <code>large</code> size qualifier, use 191 <code>sw600dp</code> to indicate the two-pane layout is for screens on which the smallest-width 195 <li><code>res/layout/main.xml</code>, single-pane (default) layout: 199 <li><code>res/layout-sw600dp/main.xml</code>, two-pane layout: 206 600dp will select the <code>layout-sw600dp/main.xml</code> (two-pane) layout, [all …]
|
/frameworks/base/docs/html-intl/intl/ko/training/multiscreen/ |
D | adaptui.jd | 87 /* display article on the right pane */ 189 …릿에서 뉴스 리더 샘플은 세로 모드에서 실행될 때에는 뉴스 기사를 표시하는 데 별도의 액티비티를 사용하지만 가로모드에서는 이중 창(two-pane) 레이아웃을 사용합니다.</p> 203 // If should be in two-pane mode, finish to return to main activity
|
/frameworks/base/docs/html/ndk/guides/ |
D | setup.jd | 51 <li>In the pane on the left side of the <i>Preferences</i> window, select <i>Android</i>. 53 <li>Select <b>NDK</b>. In the pane on the right side of the <i>Preferences</i> window, browse to 65 <li>In the <i>Project Explorer</i> pane, right-click the project name (<i>HelloJni</i>). A
|
/frameworks/base/docs/html/design/style/ |
D | devices-displays.jd | 57 href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> guide.</p>
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | descendant.jd | 24 …<li><a href="{@docRoot}design/patterns/multi-pane-layouts.html">Android Design: Multi-pane Layouts… 47 …droid.app.FragmentTransaction} that adds, removes, or replaces the detail pane with new content.</…
|
/frameworks/base/docs/html/ndk/guides/graphics/ |
D | getting-started.jd | 122 <p>After several minutes, the <em>Project</em> pane should 125 <img src="../images/project-pane.png" 126 alt="Project pane after importing samples into Android Studio" id="figure1" /> 129 <strong>Figure 1.</strong> Project pane displaying samples after they've been imported.
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/multiscreen/ |
D | adaptui.jd | 87 /* display article on the right pane */ 203 // If should be in two-pane mode, finish to return to main activity
|
/frameworks/base/docs/html/guide/practices/ |
D | tablets-and-handsets.jd | 11 <li><a href="#Fragments">Creating Single-pane and Multi-pane Layouts</a></li> 56 UI into separate parts, which you can then combine to create multi-pane layouts when running on a 80 different combinations—in multi-pane layouts on tablets and single-pane layouts on handsets. 136 <h2 id="Fragments">Creating Single-pane and Multi-pane Layouts</h2> 167 layouts with different combinations of fragments, such that you can design "multi-pane" layouts for 168 tablets and "single-pane" layouts for handsets. For example, a news application on a tablet might 178 but decide at runtime whether to combine fragments in the layout (to create a multiple-pane design) 179 or swap fragments (to create a single-pane design). Or...</li> 471 fragment in a multi-pane configuration.</p>
|
/frameworks/base/docs/html-intl/intl/ru/training/multiscreen/ |
D | adaptui.jd | 87 /* display article on the right pane */ 203 // If should be in two-pane mode, finish to return to main activity
|
/frameworks/base/docs/html-intl/intl/ja/training/multiscreen/ |
D | adaptui.jd | 87 /* display article on the right pane */ 203 // If should be in two-pane mode, finish to return to main activity
|
/frameworks/base/docs/html/design/patterns/ |
D | pure-android.jd | 140 for different screen sizes and densities and make use of concepts such as multi-pane layouts to 143 well as <a href="{@docRoot}design/patterns/multi-pane-layouts.html">Multi-pane Layouts</a> in this …
|
D | new.jd | 222 <h4>Multi-pane layouts</h4> 226 sizes is important in the Android world. Multi-pane layouts allow you to
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | communicating.jd | 143 // If article frag is available, we're in two-pane layout... 148 // Otherwise, we're in the one-pane layout and must swap frags...
|
D | index.jd | 43 <p>To create a dynamic and multi-pane user interface on Android, you need to encapsulate
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | building-ui.jd | 80 <li>In the <strong>Preview</strong> pane, click the Hide icon <img src="{@docRoot}images/tools/as-h… 81 style="vertical-align:baseline;margin:0; max-height:1.5em" /> to close the Preview pane. 83 the Preview pane. Clicking elements in this pane opens the WYSIWYG tools in the Design pane. For
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | tablets.jd | 112 style="font-weight:500;">Get rid of "stretched" UI</span>: On tablets, single-pane 114 reduce the width of UI elements and consider using multi-pane layouts.</p> 158 multi-pane UI for tablets (see next section).</li> 176 style="font-weight:500;">Multi-pane layouts</span> result in a better visual 192 <li>Use <a href="{@docRoot}design/patterns/multi-pane-layouts.html">multi-pane 203 <img src="{@docRoot}images/ui-ex-multi-pane.png" style="width:490px;padding:4px;margin-bottom:0em;"> 216 <li>Decide on which screen sizes you'll use a multi-pane UI, then provide the
|
/frameworks/base/docs/html-intl/intl/es/training/multiscreen/ |
D | adaptui.jd | 87 /* display article on the right pane */ 203 // If should be in two-pane mode, finish to return to main activity
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/essentials/quality/ |
D | tablets.jd | 131 …<li>在平板电脑屏幕上使用<a href="{@docRoot}design/patterns/multi-pane-layouts.html">多窗格布局</a>,将单一视图合并成复合视图。这… 137 …<img src="{@docRoot}images/ui-ex-multi-pane.png" style="width:490px;padding:4px;margin-bottom:0em"…
|
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/quality/ |
D | tablets.jd | 187 <li>Используйте на экранах планшетов <a href="{@docRoot}design/patterns/multi-pane-layouts.html">ма… 197 <img src="{@docRoot}images/ui-ex-multi-pane.png" style="width:490px;padding:4px;margin-bottom:0em;">
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/quality/ |
D | tablets.jd | 187 <li>在平板电脑屏幕上使用<a href="{@docRoot}design/patterns/multi-pane-layouts.html">多窗格布局</a>,将单一视图合并成复合视图。 197 <img src="{@docRoot}images/ui-ex-multi-pane.png" style="width:490px;padding:4px;margin-bottom:0em;">
|
123