These two components are more than a single, we can see the use of the
XML file Configuration
<span style= "FONT-SIZE:18PX;" ><relativelayout xmlns:android= "http://schemas.android.com/apk/res/android" xmlns:tools= "http// Schemas.android.com/tools "android:layout_width=" match_parent "android:layout_height=" Match_parent "Android:paddi ngbottom= "@dimen/activity_vertical_margin" android:paddingleft= "@dimen/activity_horizontal_margin" Android: paddingright= "@dimen/activity_horizontal_margin" android:paddingtop= "@dimen/activity_vertical_margin" tools: Context= ". Mainactivity "> <analogclock android:id=" @+id/analogclock1 "android:layout_width=" Wrap_content " android:layout_height= "Wrap_content" android:layout_alignparentleft= "true" android:layout_alignparenttop = "true"/> <digitalclock android:id= "@+id/digitalclock1" android:layout_width= "Wrap_content" android:layout_height= "Wrap_content" android:layout_alignleft= "@+id/analogclock1" android:layout_below= "@+i D/analogclock1 " android:layout_marginleft= "38DP" android:layout_margintop= "127DP" android:text= "DigitalClock"/>&L T;/relativelayout></span>
The next section predicts:
Chronometer Timer Components
Learn android< from the beginning of zero AnalogClock with DigitalClock clock assembly. 31 .>