24 lines
625 B
XML
24 lines
625 B
XML
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<FrameLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="fill_parent"
|
||
|
>
|
||
|
<org.er2.fireplace.FireplaceView
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
/>
|
||
|
|
||
|
<!-- Yes clock only for dream -->
|
||
|
<TextClock
|
||
|
android:textSize="32sp"
|
||
|
android:textColor="#fff"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:gravity="end"
|
||
|
android:layout_marginEnd="32dp"
|
||
|
android:layout_marginTop="32dp"
|
||
|
/>
|
||
|
</FrameLayout>
|
||
|
|