HomeSort by relevance Sort by last modified time
    Searched full:layout_height (Results 1 - 25 of 3704) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/apps/DeviceConfig/res/layout/
main.xml 4 android:layout_height="fill_parent" >
9 android:layout_height="wrap_content"
15 android:layout_height="wrap_content"
22 android:layout_height="fill_parent"
27 android:layout_height="wrap_content"
32 android:layout_height="wrap_content"
37 android:layout_height="wrap_content"
44 android:layout_height="wrap_content"
51 android:layout_height="wrap_content"
58 android:layout_height="wrap_content"
    [all...]
  /frameworks/base/tests/FrameworkPerf/res/layout/
button_layout.xml 18 android:layout_height="match_parent" >
19 <Button android:layout_width="wrap_content" android:layout_height="wrap_content"
21 <Button android:layout_width="wrap_content" android:layout_height="wrap_content"
23 <Button android:layout_width="wrap_content" android:layout_height="wrap_content"
25 <Button android:layout_width="wrap_content" android:layout_height="wrap_content"
27 <Button android:layout_width="wrap_content" android:layout_height="wrap_content"
29 <Button android:layout_width="wrap_content" android:layout_height="wrap_content"
31 <Button android:layout_width="wrap_content" android:layout_height="wrap_content"
33 <Button android:layout_width="wrap_content" android:layout_height="wrap_content"
35 <Button android:layout_width="wrap_content" android:layout_height="wrap_content
    [all...]
view_layout.xml 18 android:layout_height="match_parent" >
19 <View android:layout_width="wrap_content" android:layout_height="wrap_content" />
20 <View android:layout_width="wrap_content" android:layout_height="wrap_content" />
21 <View android:layout_width="wrap_content" android:layout_height="wrap_content" />
22 <View android:layout_width="wrap_content" android:layout_height="wrap_content" />
23 <View android:layout_width="wrap_content" android:layout_height="wrap_content" />
24 <View android:layout_width="wrap_content" android:layout_height="wrap_content" />
25 <View android:layout_width="wrap_content" android:layout_height="wrap_content" />
26 <View android:layout_width="wrap_content" android:layout_height="wrap_content" />
27 <View android:layout_width="wrap_content" android:layout_height="wrap_content" /
    [all...]
image_button_layout.xml 18 android:layout_height="match_parent" >
19 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
21 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
23 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
25 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
27 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
29 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
31 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
33 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
35 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion10-expected-applyCompletion42.diff 3 - android:layout_height="^wrap_content"/>
4 + android:layout_height="fill_parent"^/>
completion10-expected-applyCompletion43.diff 3 - android:layout_height="^wrap_content"/>
4 + android:layout_height="fill_parent"^/>
sample1a-expected-changeView1.xml 2 <LinearLayout android:id="@+id/LinearLayout2" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">
3 <RadioButton android:text="FirstButton" android:id="@+id/RadioButton1" android:layout_width="wrap_content" android:layout_height="wrap_content"></RadioButton>
4 <LinearLayout android:layout_width="match_parent" android:id="@+id/linearLayout1" android:layout_height="wrap_content">
5 <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
6 <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
7 <CheckBox android:id="@+id/checkBox1" android:text="CheckBox" android:layout_width="wrap_content" android:layout_height="wrap_content"></CheckBox>
9 <Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/button4" android:layout_width="match_parent"></Button>
10 <LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout3" android:layout_width="match_parent">
11 <Button android:layout_gravity="right" android:id="@+id/button5" android:text="FifthButton" android:layout_height="wrap_content" android:layout_width="wrap_content"></Button>
13 <LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout4" android:layout_width="match_parent"
    [all...]
sample1a.xml 2 <LinearLayout android:id="@+id/LinearLayout2" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">
3 <Button android:text="FirstButton" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
4 <LinearLayout android:layout_width="match_parent" android:id="@+id/linearLayout1" android:layout_height="wrap_content">
5 <Button android:text="SecondButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button2"></Button>
6 <Button android:text="ThirdButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/button3"></Button>
7 <CheckBox android:id="@+id/checkBox1" android:text="CheckBox" android:layout_width="wrap_content" android:layout_height="wrap_content"></CheckBox>
9 <Button android:layout_height="wrap_content" android:text="FourthButton" android:id="@+id/button4" android:layout_width="match_parent"></Button>
10 <LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout3" android:layout_width="match_parent">
11 <Button android:layout_gravity="right" android:id="@+id/button5" android:text="FifthButton" android:layout_height="wrap_content" android:layout_width="wrap_content"></Button>
13 <LinearLayout android:layout_height="wrap_content" android:id="@+id/linearLayout4" android:layout_width="match_parent"
    [all...]
sample1b.xml 6 android:layout_height="match_parent"
12 android:layout_height="wrap_content"></Button>
16 android:layout_height="wrap_content">
20 android:layout_height="wrap_content"
25 android:layout_height="wrap_content"
31 android:layout_height="wrap_content"></CheckBox>
34 android:layout_height="wrap_content"
39 android:layout_height="wrap_content"
46 android:layout_height="wrap_content"
50 android:layout_height="wrap_content
    [all...]
quickfix1.xml 5 android:layout_height="match_parent">
10 android:layout_height="wrap_content">
13 <include layout="@layout/testlayout" android:layout_width="wrap_content" android:layout_height="wrap_content"/>
sample8.xml 4 android:layout_width="match_parent" android:layout_height="match_parent"
7 android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
9 android:layout_width="match_parent" android:layout_height="wrap_content">
10 <LinearLayout android:layout_height="wrap_content"
12 <LinearLayout android:layout_height="match_parent"
14 <LinearLayout android:layout_height="match_parent"
19 android:layout_height="wrap_content"></Button>
25 android:layout_width="match_parent" android:layout_height="wrap_content">
26 <LinearLayout android:layout_height="wrap_content"
28 <LinearLayout android:layout_height="match_parent
    [all...]
  /packages/experimental/PrintApp/res/layout/
activity_main.xml 5 android:layout_height="match_parent"
11 android:layout_height="wrap_content">
15 android:layout_height="wrap_content"
21 android:layout_height="wrap_content"
27 android:layout_height="wrap_content"
34 android:layout_height="wrap_content">
38 android:layout_height="wrap_content"
44 android:layout_height="wrap_content"
50 android:layout_height="wrap_content"
57 android:layout_height="wrap_content"
    [all...]
  /development/samples/ApiDemos/res/layout/
autocomplete_3.xml 19 android:layout_height="match_parent">
24 android:layout_height="wrap_content">
28 android:layout_height="wrap_content"
33 android:layout_height="wrap_content"
38 android:layout_height="wrap_content"
43 android:layout_height="wrap_content"
48 android:layout_height="wrap_content"
53 android:layout_height="wrap_content"
58 android:layout_height="wrap_content"
63 android:layout_height="wrap_content
    [all...]
scrollbar1.xml 21 android:layout_height="wrap_content">
26 android:layout_height="wrap_content">
30 android:layout_height="wrap_content"
34 android:layout_height="wrap_content"
38 android:layout_height="wrap_content"
42 android:layout_height="wrap_content"
46 android:layout_height="wrap_content"
50 android:layout_height="wrap_content"
54 android:layout_height="wrap_content"
58 android:layout_height="wrap_content
    [all...]
scrollbar2.xml 21 android:layout_height="wrap_content"
29 android:layout_height="wrap_content">
33 android:layout_height="wrap_content"
37 android:layout_height="wrap_content"
41 android:layout_height="wrap_content"
45 android:layout_height="wrap_content"
49 android:layout_height="wrap_content"
53 android:layout_height="wrap_content"
57 android:layout_height="wrap_content"
61 android:layout_height="wrap_content
    [all...]
  /frameworks/base/tools/layoutlib/bridge/resources/bars/
navigation_bar.xml 5 android:layout_height="wrap_content"
8 android:layout_height="wrap_content"
11 android:layout_height="wrap_content"
14 android:layout_height="wrap_content"
18 android:layout_height="wrap_content"
  /frameworks/base/tests/TransitionTests/res/layout/
results_screen.xml 5 android:layout_height="fill_parent"
10 android:layout_height="wrap_content"
15 android:layout_height="wrap_content"
20 android:layout_height="wrap_content"
27 android:layout_height="wrap_content"
32 android:layout_height="0dip"
38 android:layout_height="wrap_content"
42 android:layout_height="wrap_content"
46 android:layout_height="wrap_content"
50 android:layout_height="wrap_content
    [all...]
  /development/apps/Development/res/layout/
connectivity.xml 26 android:layout_height="match_parent">
31 android:layout_height="wrap_content">
35 android:layout_height="wrap_content">
38 android:layout_height="wrap_content"
42 android:layout_height="wrap_content"
49 android:layout_height="3dip" />
55 android:layout_height="wrap_content">
58 android:layout_height="wrap_content"
62 android:layout_height="wrap_content"
69 android:layout_height="wrap_content"
    [all...]
  /packages/experimental/RpcPerformance/res/layout/
main.xml 4 android:layout_height="match_parent">
8 android:layout_height="fill_parent"
14 android:layout_height="wrap_content"
20 android:layout_height="wrap_content"
30 android:layout_height="wrap_content"
36 android:layout_height="wrap_content"
42 <LinearLayout android:layout_height="wrap_content"
48 android:layout_height="wrap_content"
54 android:layout_height="wrap_content"
59 <LinearLayout android:layout_height="wrap_content
    [all...]
  /external/chromium_org/remoting/resources/layout/
main.xml 4 android:layout_height="match_parent"
7 android:layout_height="wrap_content"
10 android:layout_height="match_parent"
  /external/droiddriver/samples/testapp/res/layout/
list_item.xml 5 android:layout_height="fill_parent"
11 android:layout_height="wrap_content"/>
15 android:layout_height="wrap_content"
  /external/robolectric/src/test/resources/res/layout/
request_focus_with_two_edit_texts.xml 6 android:layout_height="wrap_content"
11 android:layout_height="10dip"
16 android:layout_height="10dip"
toplevel_merge.xml 6 android:layout_height="fill_parent"
13 android:layout_height="10dip"
18 android:layout_height="10dip"
  /frameworks/base/tests/StatusBar/res/layout/
button_notification.xml 3 android:layout_height="80sp"
9 android:layout_height="wrap_content"
16 android:layout_height="wrap_content"
  /development/samples/Support4Demos/res/layout/
accessibility_manager.xml 4 android:layout_height="match_parent">
8 android:layout_height="wrap_content"
13 android:layout_height="wrap_content"
19 android:layout_height="wrap_content"

Completed in 1302 milliseconds

1 2 3 4 5 6 7 8 91011>>