2012-08-06 16:04:58 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
2012-08-06 20:52:42 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="center" >
|
2012-08-06 16:04:58 +02:00
|
|
|
|
|
|
|
<TextView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/system_alarms_status"
|
|
|
|
android:layout_width="fill_parent"
|
2012-08-06 20:52:42 +02:00
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_gravity="center" />
|
2012-08-06 16:04:58 +02:00
|
|
|
|
|
|
|
</LinearLayout>
|