2011-11-12 20:44:06 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="wrap_content"
|
2011-11-27 02:24:52 +01:00
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical">
|
2011-11-12 20:44:06 +01:00
|
|
|
<TextView
|
2011-11-27 02:24:52 +01:00
|
|
|
style="?android:attr/windowTitleStyle"
|
2011-11-12 20:44:06 +01:00
|
|
|
android:id="@+id/white_clock"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentLeft="true">
|
|
|
|
</TextView>
|
|
|
|
<TextView
|
2011-11-27 02:24:52 +01:00
|
|
|
style="?android:attr/windowTitleStyle"
|
2011-11-12 20:44:06 +01:00
|
|
|
android:id="@+id/title_text"
|
|
|
|
android:text="@string/app_name"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_centerHorizontal="true">
|
|
|
|
</TextView>
|
|
|
|
<TextView
|
2011-11-27 02:24:52 +01:00
|
|
|
style="?android:attr/windowTitleStyle"
|
2011-11-12 20:44:06 +01:00
|
|
|
android:id="@+id/black_clock"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_alignParentRight="true">
|
|
|
|
</TextView>
|
|
|
|
</RelativeLayout>
|