summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar/res/layout
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:45 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:45 -0800
commitd83a98f4ce9cfa908f5c54bbd70f03eec07e7553 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /tests/StatusBar/res/layout
parent076357b8567458d4b6dfdcf839ef751634cd2bfb (diff)
downloadframeworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.zip
frameworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.tar.gz
frameworks_base-d83a98f4ce9cfa908f5c54bbd70f03eec07e7553.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'tests/StatusBar/res/layout')
-rw-r--r--tests/StatusBar/res/layout/chrono_notification.xml41
1 files changed, 0 insertions, 41 deletions
diff --git a/tests/StatusBar/res/layout/chrono_notification.xml b/tests/StatusBar/res/layout/chrono_notification.xml
deleted file mode 100644
index 913a860..0000000
--- a/tests/StatusBar/res/layout/chrono_notification.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="80sp"
- android:orientation="horizontal"
- >
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="fill_parent"
- android:layout_weight="0"
- android:orientation="vertical"
- >
-
- <ImageView android:id="@+id/icon"
- android:layout_width="wrap_content"
- android:layout_height="45dp"
- android:layout_gravity="center"
- android:scaleType="fitCenter"
- android:src="@android:drawable/sym_def_app_icon"
- />
-
- <Chronometer android:id="@+id/time"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:singleLine="true"
- android:textColor="#ffffffff" />
-
- </LinearLayout>
-
- <TextView android:id="@+id/appName"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_weight="1"
- android:paddingTop="4dp"
- android:textSize="12sp"
- android:textColor="#ffffffff"
- />
-
-</LinearLayout>
-