OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layout
(Results
376 - 400
of
4661
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/ApiDemos/src/com/example/android/apis/view/
ImageButton1.java
31
setContentView(R.
layout
.image_button_1);
ImageView1.java
34
setContentView(R.
layout
.image_view_1);
LayoutAnimation7.java
29
setContentView(R.
layout
.layout_animation_7);
LinearLayout1.java
28
* A simple linear
layout
where the height of the
layout
is the sum of its children.
35
setContentView(R.
layout
.linear_layout_1);
LinearLayout10.java
35
setContentView(R.
layout
.linear_layout_10);
LinearLayout2.java
28
* A simple linear
layout
that fills the screen vertically, but the children are not padded.
35
setContentView(R.
layout
.linear_layout_2);
LinearLayout3.java
28
* A simple linear
layout
that fills the screen vertically, and the middle child is padded with extra space.
35
setContentView(R.
layout
.linear_layout_3);
LinearLayout4.java
28
* Demonstrates a horizontal linear
layout
with equally sized columns.
36
setContentView(R.
layout
.linear_layout_4);
LinearLayout5.java
36
setContentView(R.
layout
.linear_layout_5);
LinearLayout6.java
36
setContentView(R.
layout
.linear_layout_6);
LinearLayout7.java
28
* Demonstrates using match_parent within a linear
layout
whose size is not fixed.
36
setContentView(R.
layout
.linear_layout_7);
RelativeLayout1.java
28
* A simple
layout
which demonstrates stretching a view to fill the space between two other views.
35
setContentView(R.
layout
.relative_layout_1);
RelativeLayout2.java
36
setContentView(R.
layout
.relative_layout_2);
ScrollBar1.java
30
setContentView(R.
layout
.scrollbar1);
ScrollBar2.java
30
setContentView(R.
layout
.scrollbar2);
ScrollView1.java
28
* Demonstrates wrapping a
layout
in a ScrollView.
35
setContentView(R.
layout
.scroll_view_1);
TableLayout1.java
30
setContentView(R.
layout
.table_layout_1);
TableLayout10.java
29
setContentView(R.
layout
.table_layout_10);
TableLayout11.java
25
* <p>This example shows how to use horizontal gravity in a table
layout
.</p>
32
setContentView(R.
layout
.table_layout_11);
TableLayout12.java
25
* <p>This example shows how to use cell spanning in a table
layout
.</p>
32
setContentView(R.
layout
.table_layout_12);
TableLayout2.java
30
setContentView(R.
layout
.table_layout_2);
TableLayout3.java
30
setContentView(R.
layout
.table_layout_3);
TableLayout4.java
30
setContentView(R.
layout
.table_layout_4);
TableLayout5.java
30
setContentView(R.
layout
.table_layout_5);
TableLayout6.java
30
setContentView(R.
layout
.table_layout_6);
Completed in 2042 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>