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

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample5-expected-gridLayout5.xml 2 <GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:id="@+id/GridLayout1"
4 android:layout_width="match_parent"
5 android:layout_height="match_parent"
6 android:columnCount="4"
7 android:orientation="horizontal" >
10 android:id="@+id/button1"
11 android:layout_columnSpan="2
    [all...]
  /frameworks/base/packages/SystemUI/res/layout-sw600dp/
navigation_bar.xml 4 ** Copyright 2012, The Android Open Source Project
20 <com.android.systemui.statusbar.phone.NavigationBarView
21 xmlns:android="http://schemas.android.com/apk/res/android"
22 xmlns:systemui="http://schemas.android.com/apk/res/com.android.systemui"
23 android:layout_height="match_parent"
24 android:layout_width="match_parent"
25 android:background="@drawable/system_bar_background
    [all...]
  /packages/apps/Email/
AndroidManifest.xml 3 Copyright (C) 2012 The Android Open Source Project
17 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
18 package="com.android.email"
19 android:versionCode="500064" >
21 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
22 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/
    [all...]
  /frameworks/base/packages/PrintSpooler/res/layout/
print_job_config_activity_content_editing.xml 2 <!-- Copyright (C) 2013 The Android Open Source Project
17 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="fill_parent"
19 android:layout_height="wrap_content"
20 android:orientation="vertical"
21 android:scrollbars="vertical">
24 android:layout_width="fill_parent"
25 android:layout_height="wrap_content
    [all...]
  /packages/apps/Settings/res/xml/
development_prefs.xml 2 <!-- Copyright (C) 2008 The Android Open Source Project
17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 android:title="@string/development_settings_title">
19 <com.android.settings.BugreportPreference
20 android:key="bugreport"
21 android:title="@*android:string/bugreport_title"
22 android:dialogTitle="@*android:string/bugreport_title" /
    [all...]
  /development/apps/Development/res/layout/
development_settings.xml 5 ** Copyright 2006, The Android Open Source Project
20 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
21 android:layout_width="match_parent"
22 android:layout_height="match_parent">
25 android:layout_width="match_parent"
26 android:layout_height="match_parent">
28 <TextView android:id="@+id/debug_app_label"
29 android:layout_width="wrap_content
    [all...]
  /frameworks/base/packages/DocumentsUI/res/layout-sw720dp-land/
item_doc_list.xml 2 <!-- Copyright (C) 2013 The Android Open Source Project
17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:layout_width="match_parent"
19 android:layout_height="wrap_content"
20 android:background="@drawable/item_background"
21 android:minHeight="?android:attr/listPreferredItemHeight"
22 android:paddingStart="?android:attr/listPreferredItemPaddingStart
    [all...]
  /packages/apps/LegacyCamera/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.camera"
3 android:versionCode="1"
4 android:versionName="1"
7 <original-package android:name="com.android.camera" />
9 <uses-permission android:name="android.permission.CAMERA" /
    [all...]
  /development/ndk/platforms/android-8/samples/bitmap-plasma/
AndroidManifest.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 android:versionCode="1"
5 android:versionName="1.0">
6 <application android:label="@string/app_name" android:debuggable="true">
7 <activity android:name=".Plasma"
8 android:label="@string/app_name">
10 <action android:name="android.intent.action.MAIN" /
    [all...]
  /development/ndk/samples/hello-jni/
AndroidManifest.xml 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 android:versionCode="1"
5 android:versionName="1.0">
6 <uses-sdk android:minSdkVersion="3" />
7 <application android:label="@string/app_name"
8 android:debuggable="true">
9 <activity android:name=".HelloJni"
10 android:label="@string/app_name"
    [all...]
  /development/samples/RandomMusicPlayer/res/layout/
main.xml 2 Copyright (C) 2011 The Android Open Source Project
17 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
18 android:orientation="vertical"
19 android:layout_width="fill_parent"
20 android:layout_height="fill_parent"
21 android:gravity="center"
22 android:background="#000040">
24 <TextView android:text="@string/app_title
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/res/layout/
notepad_list.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="wrap_content"
4 android:layout_height="wrap_content">
6 <ListView android:id="@id/android:list"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"/>
9 <TextView android:id="@id/android:empty
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv2/res/layout/
notes_list.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="wrap_content"
4 android:layout_height="wrap_content">
6 <ListView android:id="@+id/android:list"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"/>
9 <TextView android:id="@+id/android:empty
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/res/layout/
notes_list.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="wrap_content"
4 android:layout_height="wrap_content">
6 <ListView android:id="@+id/android:list"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"/>
9 <TextView android:id="@+id/android:empty
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv3/res/layout/
notes_list.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="wrap_content"
4 android:layout_height="wrap_content">
6 <ListView android:id="@+id/android:list"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"/>
9 <TextView android:id="@+id/android:empty
    [all...]
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/
notes_list.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="wrap_content"
4 android:layout_height="wrap_content">
6 <ListView android:id="@+id/android:list"
7 android:layout_width="wrap_content"
8 android:layout_height="wrap_content"/>
9 <TextView android:id="@+id/android:empty
    [all...]
  /device/google/accessory/demokit/app/res/layout/
color_sliders.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent" android:layout_height="wrap_content"
4 android:orientation="vertical" android:padding="0dip"
5 android:layout_margin="0dip">
6 <include layout="@layout/led_slider" android:layout_width="match_parent" android:layout_height="wrap_content"/
    [all...]
servo.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent" android:orientation="vertical"
4 android:layout_height="wrap_content">
5 <TextView android:layout_height="wrap_content" style="@style/DemoKitControlLabel"
6 android:layout_width="wrap_content" android:text="@string/servo1Label"></TextView>
7 <com.google.android.DemoKit.Slide
    [all...]
  /external/chromium_org/remoting/resources/menu/
chromoting_actionbar.xml 2 <!--Action bar buttons for the Android app's host listing-->
3 <menu xmlns:android="http://schemas.android.com/apk/res/android">
4 <item android:id="@+id/actionbar_directoryrefresh"
5 android:title="@string/actionbar_directoryrefresh"
6 android:icon="@android:drawable/ic_popup_sync"
7 android:showAsAction="ifRoom"/>
8 <item android:id="@+id/actionbar_accountswitcher
    [all...]
desktop_actionbar.xml 2 <!--Action bar buttons for the Android app's remote desktop viewer-->
3 <menu xmlns:android="http://schemas.android.com/apk/res/android">
4 <item android:id="@+id/actionbar_keyboard"
5 android:title="@string/actionbar_keyboard"
6 android:icon="@android:drawable/ic_menu_edit"
7 android:showAsAction="ifRoom|withText"/>
8 <item android:id="@+id/actionbar_hide
    [all...]
  /frameworks/base/core/res/res/layout/
preference_list_content_single.xml 4 ** Copyright 2010, The Android Open Source Project
20 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 android:orientation="vertical"
22 android:layout_height="match_parent"
23 android:layout_width="match_parent">
26 android:orientation="horizontal"
27 android:layout_width="match_parent"
28 android:layout_height="0px
    [all...]
preference_list_fragment.xml 4 ** Copyright 2010, The Android Open Source Project
20 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
21 android:orientation="vertical"
22 android:layout_height="match_parent"
23 android:layout_width="match_parent"
24 android:background="@android:color/transparent"
25 android:layout_removeBorders="true"
    [all...]
restrictions_pin_setup.xml 2 <!-- Copyright (C) 2013 The Android Open Source Project
18 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
19 android:layout_width="match_parent"
20 android:layout_height="match_parent"
21 android:layout_marginTop="48dp"
22 android:layout_marginBottom="48dp"
23 android:overScrollMode="ifContentScrolls">
26 android:layout_width="match_parent
    [all...]
  /frameworks/base/tests/AppLaunch/
AndroidManifest.xml 3 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
4 package="com.android.tests.applaunch"
5 android:sharedUserId="android.uid.system" >
6 <instrumentation android:label="Measure app start up time"
7 android:name="android.test.InstrumentationTestRunner"
8 android:targetPackage="com.android.tests.applaunch" /
    [all...]
  /frameworks/base/tests/FixVibrateSetting/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.fixvibratesetting">
3 <uses-permission android:name="android.permission.VIBRATE" />
6 <activity android:name="FixVibrateSetting" android:label="@string/app_label">
8 <action android:name="android.intent.action.MAIN" /
    [all...]

Completed in 1561 milliseconds

<<21222324252627282930>>