Searched
full:relativelayout (Results
651 -
675 of
1247) sorted by null
<<21222324252627282930>>
/prebuilts/sdk/current/support/v7/preference/res/layout/ |
preference.xml | 39 <RelativeLayout 66 </RelativeLayout>
|
preference_information.xml | 27 <RelativeLayout 52 </RelativeLayout>
|
/prebuilts/sdk/current/support/v7/preference/res/layout-v11/ |
preference.xml | 39 <RelativeLayout 66 </RelativeLayout>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/ |
compound_all.xml | 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 83 </RelativeLayout>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample1a-expected-changeLayout1a.xml | 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 75 </RelativeLayout
|
sample1b-expected-changeLayout1b.xml | 2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 75 </RelativeLayout
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategyTest.java | 164 "<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" + 177 "</RelativeLayout>\n", 190 "<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\n" + 203 "</RelativeLayout>\n", 292 "<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n" + 305 "</RelativeLayout>\r\n", 318 "<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n" + 331 "</RelativeLayout>\r\n",
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
ViewInflater.java | 39 import android.widget.RelativeLayout; 226 mRelative.put("above", RelativeLayout.ABOVE); 227 mRelative.put("alignBaseline", RelativeLayout.ALIGN_BASELINE); 228 mRelative.put("alignBottom", RelativeLayout.ALIGN_BOTTOM); 229 mRelative.put("alignLeft", RelativeLayout.ALIGN_LEFT); 230 mRelative.put("alignParentBottom", RelativeLayout.ALIGN_PARENT_BOTTOM); 231 mRelative.put("alignParentLeft", RelativeLayout.ALIGN_PARENT_LEFT); 232 mRelative.put("alignParentRight", RelativeLayout.ALIGN_PARENT_RIGHT); 233 mRelative.put("alignParentTop", RelativeLayout.ALIGN_PARENT_TOP); 234 mRelative.put("alignRight", RelativeLayout.ALIGN_PARENT_RIGHT) [all...] |
/cts/tests/tests/media/res/layout/ |
test_runner_activity.xml | 27 <RelativeLayout
|
/development/samples/ApiDemos/res/layout/ |
grid_layout_1.xml | 19 LinearLayout and RelativeLayout demos.
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
GridLayout1.java | 25 * LinearLayout and RelativeLayout demos.
|
RelativeLayout2.java | 28 * Builds building a simple form using a RelativeLayout
|
/frameworks/base/core/res/res/layout/ |
floating_popup_container.xml | 18 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
/frameworks/base/core/tests/coretests/src/android/view/ |
BitmapDrawable.java | 30 import android.widget.RelativeLayout;
|
/frameworks/base/packages/DocumentsUI/res/layout/ |
item_doc_grid.xml | 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 54 <RelativeLayout 123 </RelativeLayout> 137 </RelativeLayout>
|
/frameworks/support/percent/src/android/support/percent/ |
PercentRelativeLayout.java | 23 import android.widget.RelativeLayout; 26 * Subclass of {@link android.widget.RelativeLayout} that supports percentage based dimensions and 77 public class PercentRelativeLayout extends RelativeLayout { 117 public static class LayoutParams extends RelativeLayout.LayoutParams
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/ |
GridLayout1.java | 26 * LinearLayout and RelativeLayout demos.
|
/packages/apps/Contacts/res/layout/ |
floating_action_button.xml | 17 <!-- This expects to be included inside a RelativeLayout -->
|
/packages/apps/ContactsCommon/res/layout/ |
dialog_call_subject.xml | 26 <RelativeLayout 118 <RelativeLayout 146 </RelativeLayout> 148 </RelativeLayout>
|
/packages/apps/Dialer/InCallUI/res/layout-h400dp/ |
call_card_fragment.xml | 19 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 56 <RelativeLayout 167 </RelativeLayout> 172 </RelativeLayout
|
/packages/apps/Messaging/res/layout/ |
widget_conversation_list_item.xml | 18 <RelativeLayout 58 <RelativeLayout 103 </RelativeLayout> 144 </RelativeLayout>
|
/packages/apps/Settings/res/layout-sw720dp/ |
date_time_settings_setupwizard.xml | 16 <RelativeLayout 51 <RelativeLayout 94 </RelativeLayout> 168 </RelativeLayout>
|
/packages/apps/SoundRecorder/res/layout-land/ |
main.xml | 28 <RelativeLayout android:id="@+id/timerViewLayout" 84 </RelativeLayout> 122 <RelativeLayout 130 </RelativeLayout>
|
/packages/apps/SoundRecorder/res/layout-port/ |
main.xml | 28 <RelativeLayout android:id="@+id/timerViewLayout" 81 </RelativeLayout> 119 <RelativeLayout 127 </RelativeLayout>
|
/packages/apps/SoundRecorder/res/layout-xlarge/ |
main.xml | 28 <RelativeLayout android:id="@+id/timerViewLayout" 81 </RelativeLayout> 119 <RelativeLayout 127 </RelativeLayout>
|
Completed in 1485 milliseconds
<<21222324252627282930>>