blob: 6bcb27deaa1bb39f3477bd149f718b6968bd3cdc [file] [log] [blame]
The Android Open Source Projectf8057102009-03-15 16:47:16 -07001<?xml version="1.0" encoding="utf-8"?>
Scott Su17a86172009-04-23 22:12:51 -07002<!-- Copyright (C) 2008 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
The Android Open Source Projectf8057102009-03-15 16:47:16 -070015-->
16
17<alias xmlns:android="http://schemas.android.com/apk/res/android">
18 <AbsoluteLayout android:layout_width="20dip"
19 android:layout_height="30dip"
20 android:layout_x="10dip"
21 android:layout_y="20dip">
22
23 <TextView
24 android:layout_width="wrap_content"
25 android:layout_height="wrap_content"
26 android:layout_x="0dip"
27 android:layout_y="0dip"
28 android:text="@string/notify">
29 <requestFocuse/>
30 </TextView>
31
32 <TextView
33 android:layout_width="wrap_content"
34 android:layout_height="wrap_content"
35 android:layout_x="0dip"
36 android:layout_y="0dip"
37 android:text="@string/notify"/>
38
39 <View
40 android:id="@+id/fit_windows"
41 android:fitsSystemWindows="true"
42 android:layout_height="wrap_content"/>
43 <include layout="@xml/merge" />
44 </AbsoluteLayout>
45
46</alias>