summaryrefslogtreecommitdiffstats
path: root/tests/StatusBar/res/layout
diff options
context:
space:
mode:
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>
-