HomeSort by relevance Sort by last modified time
    Searched full:android (Results 101 - 125 of 67604) sorted by null

1 2 3 45 6 7 8 91011>>

  /pdk/apps/TestingCamera/res/layout/
main.xml 3 Copyright (C) 2012 The Android Open Source Project
17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:tools="http://schemas.android.com/tools"
19 android:layout_width="fill_parent"
20 android:layout_height="fill_parent"
21 android:orientation="horizontal" >
24 android:id="@+id/preview_column"
25 android:layout_width="0dp
    [all...]
  /packages/apps/VideoEditor/res/layout/
ken_burns_layout.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="wrap_content"
4 android:layout_height="wrap_content">
5 <FrameLayout android:id="@+id/video_frame_view"
6 android:layout_width="wrap_content"
7 android:layout_height="wrap_content"
8 android:layout_margin="10dip"
9 android:layout_centerHorizontal="true"
    [all...]
  /developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/src/main/res/layout/
main_layout.xml 1 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:background="#0099cc"
9 android:id="@+id/imageView"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent
    [all...]
  /developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/res/layout/
fragment_sample.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:orientation="vertical">
7 <com.example.android.common.view.SlidingTabLayout
8 android:id="@+id/sliding_tabs"
9 android:layout_width="match_parent"
10 android:layout_height="wrap_content" /
    [all...]
pager_item.xml 3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:orientation="vertical"
7 android:gravity="center">
10 android:id="@+id/item_subtitle"
11 android:layout_width="wrap_content"
12 android:layout_height="wrap_content
    [all...]
  /developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/res/layout/
fragment_sample.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:orientation="vertical">
7 <com.example.android.common.view.SlidingTabLayout
8 android:id="@+id/sliding_tabs"
9 android:layout_width="match_parent"
10 android:layout_height="wrap_content" /
    [all...]
  /developers/samples/android/renderScript/BasicRenderScript/BasicRenderScriptSample/src/main/res/layout/
main_layout.xml 1 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:background="#0099cc"
9 android:id="@+id/imageView"
10 android:layout_width="match_parent"
11 android:layout_height="match_parent
    [all...]
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/SlidingTabsBasicSample/src/main/res/layout/
fragment_sample.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:orientation="vertical">
7 <com.example.android.common.view.SlidingTabLayout
8 android:id="@+id/sliding_tabs"
9 android:layout_width="match_parent"
10 android:layout_height="wrap_content" /
    [all...]
pager_item.xml 3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:orientation="vertical"
7 android:gravity="center">
10 android:id="@+id/item_subtitle"
11 android:layout_width="wrap_content"
12 android:layout_height="wrap_content
    [all...]
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/SlidingTabsColorsSample/src/main/res/layout/
fragment_sample.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:orientation="vertical">
7 <com.example.android.common.view.SlidingTabLayout
8 android:id="@+id/sliding_tabs"
9 android:layout_width="match_parent"
10 android:layout_height="wrap_content" /
    [all...]
  /frameworks/base/tests/TransitionTests/res/layout/
clipping_text_1.xml 3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:orientation="vertical"
5 android:id="@+id/container"
6 android:layout_width="match_parent"
7 android:layout_height="match_parent">
10 android:layout_width="wrap_content"
11 android:layout_height="wrap_content"
12 android:text="@string/submit
    [all...]
  /packages/apps/Calculator/res/layout-land/
history_item.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="wrap_content"
9 android:id="@+id/historyExpr"
10 android:layout_width="0px"
11 android:layout_height="wrap_content"
12 android:layout_weight="1"
13 android:textSize="23dp
    [all...]
  /packages/apps/Calculator/res/layout-port/
history_item.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="wrap_content"
9 android:id="@+id/historyExpr"
10 android:layout_width="0px"
11 android:layout_height="wrap_content"
12 android:layout_weight="1"
13 android:textSize="23dp
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/
compound1.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:orientation="vertical" >
8 android:id="@+id/layout1"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:gravity="center
    [all...]
compound2.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:orientation="vertical" >
8 android:id="@+id/layout2"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:gravity="center
    [all...]
compound3.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:orientation="vertical" >
8 android:id="@+id/layout3"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:gravity="center
    [all...]
compound4.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:orientation="vertical" >
8 android:id="@+id/layout4"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:gravity="center
    [all...]
compound_all-expected-6.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/RelativeLayout1"
4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent" >
8 android:id="@+id/layout1"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:gravity="center
    [all...]
  /external/replicaisland/res/layout/
diary.xml 3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:background="#FFFFFF"
6 xmlns:android="http://schemas.android.com/apk/res/android">
10 android:id="@+id/diarybackground"
11 android:src="@drawable/background_diary"
12 android:adjustViewBounds="true"
13 android:gravity="center_vertical
    [all...]
  /frameworks/base/core/res/res/layout-sw720dp/
status_bar_latest_event_ticker.xml 1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="match_parent"
3 android:layout_height="@dimen/status_bar_height"
5 <ImageView android:id="@+id/icon"
6 android:layout_width="48dp"
7 android:layout_height="match_parent"
8 android:scaleType="center"
11 android:layout_width="0dp
    [all...]
  /frameworks/base/tests/StatusBar/res/layout/
test_alert.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:gravity="center">
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:layout_gravity="center"
12 android:gravity="center_horizontal
    [all...]
  /sdk/apps/DeviceConfig/res/layout/
main.xml 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent" >
7 android:id="@+id/buttonHolder"
8 android:layout_width="fill_parent"
9 android:layout_height="wrap_content"
10 android:layout_alignParentBottom="true" >
13 android:id="@+id/generateConfigButton
    [all...]
  /packages/experimental/NotificationLog/res/layout/
row.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/list_item"
4 android:layout_width="match_parent"
5 android:layout_height="wrap_content"
6 android:paddingLeft="16dp"
7 android:paddingRight="16dp"
8 android:paddingTop="6dp"
9 android:paddingBottom="6dp
    [all...]
  /development/samples/BusinessCard/res/layout/
business_card.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent">
7 android:id="@+id/pick_contact_button"
8 android:layout_width="match_parent"
9 android:layout_height="wrap_content"
10 android:layout_alignParentTop="true"
11 android:layout_margin="10dip
    [all...]
  /development/samples/SoftKeyboard/res/xml/
symbols_shift.xml 5 ** Copyright 2008, The Android Open Source Project
21 <Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
22 android:keyWidth="10%p"
23 android:horizontalGap="0px"
24 android:verticalGap="0px"
25 android:keyHeight="@dimen/key_height"
29 <Key android:codes="126" android:keyLabel="~" android:keyEdgeFlags="left"/
    [all...]

Completed in 927 milliseconds

1 2 3 45 6 7 8 91011>>