You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
2.2 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_vertical" >
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_width="400dp"
android:layout_height="wrap_content"
android:layout_gravity="right|center_vertical"
android:orientation="vertical"
android:id="@+id/carousel" />
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_toLeftOf="@id/carousel"
android:layout_alignParentTop="true"
android:gravity="center"
android:id="@+id/time_date_widget" >
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
style="@style/clock_style"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/time"
android:lineSpacingExtra="-10dp"
android:padding="0dp"
android:layout_margin="0dp" />
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center">
style="@style/clock_style"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/date_dayofweek"
android:textAllCaps="true"
android:format24Hour="E"
android:format12Hour="E" />
style="@style/clock_style"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/date_day"
android:textStyle="bold"
android:fontFamily="sans-serif-regular"
android:format24Hour="dd"
android:format12Hour="dd"
android:layout_marginLeft="5dp" />
style="@style/clock_style"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/date_month"
android:textAllCaps="true"
android:format24Hour="MMM"
android:format12Hour="MMM"
android:layout_marginLeft="5dp" />