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

<<11121314151617181920>>

  /external/replicaisland/res/layout/
conversation_dialog.xml 3 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="wrap_content"
5 android:layout_height="wrap_content">
8 android:id="@+id/speaker"
9 android:src="@drawable/wanda_smile"
10 android:adjustViewBounds="true"
11 android:gravity="center_vertical"/>
12 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    [all...]
difficulty_menu.xml 3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 xmlns:android="http://schemas.android.com/apk/res/android">
7 android:id="@+id/mainMenuBackground"
8 android:src="@drawable/title_background"
9 android:adjustViewBounds="true"
10 android:gravity="center_vertical"
11 android:scaleType="fitXY
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.externalstorage">
4 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
5 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
6 <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" /
    [all...]
  /packages/apps/Gallery2/res/menu/
gallery_multiselect.xml 2 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
3 <item android:id="@+id/menu_edit"
4 android:title="@string/edit"
5 android:visible="false"
6 android:showAsAction="ifRoom" />
7 <item android:id="@+id/menu_delete"
8 android:icon="@android:drawable/ic_menu_delete
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
rendering-configs.xml 8 xmlns:android="http://schemas.android.com/apk/res/android"
9 android:layout_width="match_parent"
10 android:layout_height="match_parent"
11 android:orientation="vertical">
13 android:layout_width="wrap_content"
14 android:id="@+id/android_widget_AnalogClock"
15 android:layout_height="75dip">
18 android:layout_height="wrap_content
    [all...]
  /frameworks/base/media/tests/EffectsTest/res/layout/
equalizertest.xml 2 <!-- Copyright (C) 2009 The Android Open Source Project
17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="fill_parent"
19 android:layout_height="fill_parent"
20 android:orientation="vertical">
23 android:src="@android:drawable/divider_horizontal_dark"
24 android:layout_width="fill_parent
    [all...]
  /frameworks/base/tests/BiDiTests/res/layout/
basic.xml 2 <!-- Copyright (C) 2011 The Android Open Source Project
17 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/basic"
19 android:layout_width="fill_parent"
20 android:layout_height="fill_parent">
23 android:layout_width="fill_parent"
24 android:layout_height="fill_parent">
26 <LinearLayout android:orientation="vertical
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/res/layout/
fmrxrdsconfig.xml 3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="fill_parent" android:layout_height="fill_parent"
5 android:id="@+id/ParentLayout" android:orientation="vertical"
6 android:background="@drawable/wallpaper7">
7 <ScrollView android:layout_width="fill_parent"
8 android:layout_height="wrap_content" android:id="@+id/scrollview1
    [all...]
  /packages/apps/Settings/res/layout/
setup_preference.xml 4 ** Copyright 2012, The Android Open Source Project
20 xmlns:android="http://schemas.android.com/apk/res/android"
21 class="com.android.settings.wifi.WifiSettings$ProportionalOuterFrame"
22 android:layout_height="match_parent"
23 android:layout_width="match_parent">
26 android:id="@+id/title_area"
27 android:layout_width="match_parent"
28 android:layout_height="wrap_content
    [all...]
  /packages/experimental/RpcPerformance/res/layout/
main.xml 2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent">
6 <TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
7 android:layout_width="fill_parent"
8 android:layout_height="fill_parent
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/android/
AndroidManifest.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 android:versionCode="1"
5 android:versionName="1.0">
7 <uses-feature android:name="android.hardware.camera" />
8 <uses-feature android:name="android.hardware.camera.autofocus" />
9 <uses-feature android:glEsVersion="0x00020000" android:required="true"></uses-feature
    [all...]
  /cts/apps/CtsVerifier/res/layout/
camera_fov_calibration_determine_fov.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"
8 android:id="@+id/camera_fov_photo_surface"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:layout_gravity="center"
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/res/layout/
main.xml 2 <!-- Copyright (C) 2013 The Android Open Source Project
16 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
17 android:layout_width="match_parent"
18 android:layout_height="match_parent">
19 <LinearLayout android:orientation="vertical"
20 android:layout_width="match_parent"
21 android:layout_height="match_parent"
22 android:layout_margin="20dp"
    [all...]
  /developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/res/layout/
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_title"
11 android:layout_width="wrap_content"
12 android:layout_height="wrap_content
    [all...]
  /developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/res/layout/
main.xml 2 <!-- Copyright (C) 2013 The Android Open Source Project
16 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
17 android:layout_width="match_parent"
18 android:layout_height="match_parent">
19 <LinearLayout android:orientation="vertical"
20 android:layout_width="match_parent"
21 android:layout_height="match_parent"
22 android:layout_margin="20dp"
    [all...]
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/SlidingTabsColorsSample/src/main/res/layout/
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_title"
11 android:layout_width="wrap_content"
12 android:layout_height="wrap_content
    [all...]
  /development/samples/ApiDemos/res/layout/
mediaplayer_1.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
7 <Button android:id="@+id/localvideo"
8 android:layout_height="wrap_content"
9 android:layout_width="match_parent"
10 android:text="@string/local_video"
    [all...]
  /development/samples/browseable/AppRestrictions/res/layout/
main.xml 2 <!-- Copyright (C) 2013 The Android Open Source Project
16 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
17 android:layout_width="match_parent"
18 android:layout_height="match_parent">
19 <LinearLayout android:orientation="vertical"
20 android:layout_width="match_parent"
21 android:layout_height="match_parent"
22 android:layout_margin="20dp"
    [all...]
  /device/google/accessory/demokit/app/res/layout/
joycontainer.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/JoyContainer"
3 android:layout_width="fill_parent" android:orientation="vertical"
4 android:layout_height="wrap_content" android:paddingLeft="5dip">
5 <TextView android:text="Joystick" android:id="@+id/joystickLabel
    [all...]
  /external/droiddriver/samples/testapp/res/layout/
display_activity.xml 6 xmlns:android="http://schemas.android.com/apk/res/android"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"
9 android:layout_alignParentRight="true"
10 android:layout_alignParentTop="true"
11 android:orientation="vertical" >
14 android:id="@+id/displayTitle"
15 android:layout_width="wrap_content
    [all...]
  /external/robolectric/src/test/resources/res/layout/
tab_activity.xml 1 <merge xmlns:android="http://schemas.android.com/apk/res/android"
2 android:id="@+id/main"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent">
7 android:id="@android:id/tabhost"
8 android:layout_width="fill_parent"
9 android:layout_height="fill_parent"
    [all...]
  /frameworks/base/tests/StatusBar/res/layout/
confirmation_activity.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
4 android:layout_width="wrap_content"
5 android:layout_height="wrap_content"
6 android:layout_gravity="center"
7 android:gravity="center_horizontal"
8 android:orientation="vertical"
11 <TextView android:id="@+id/text"
12 style="?android:attr/textAppearanceLarge
    [all...]
  /frameworks/base/tests/TransitionTests/res/layout/
crossfade_image.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:src="@drawable/self_portrait_square_100
    [all...]
search_screen.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical"
4 android:layout_width="fill_parent"
5 android:layout_height="fill_parent"
6 android:background="#000000"
7 android:id="@+id/container">
8 <LinearLayout android:orientation="horizontal"
9 android:layout_width="wrap_content
    [all...]
  /frameworks/opt/photoviewer/sample/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 android:versionCode="1"
4 android:versionName="1.0" >
7 android:minSdkVersion="14"/>
10 android:icon="@drawable/ic_launcher"
11 android:label="@string/app_name"
12 android:theme="@style/AppTheme" >
14 android:name=".MainActivity
    [all...]

Completed in 1116 milliseconds

<<11121314151617181920>>