
AnalogClock is a widget to display an analogic clock with two hands for hours and minutes.
main.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >
<TextView  
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content" 
    android:text="@string/hello"
    />
<AnalogClock
    android:id="@+id/myAnalogClock"
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content"
    />
</LinearLayout>
Thank you for reading this article Android AnalogClock With URL https://x-tutorials.blogspot.com/2009/09/android-analogclock.html. Also a time to read the other articles.
0 comments:
Write your comment for this article Android AnalogClock above!