Converted XML to HTML
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f5f5f5;
}
.scroll-view {
overflow-y: auto;
padding-top: 10px;
height: 100vh; /* Full height for scroll */
}
.linear-layout {
display: flex;
flex-direction: column;
align-items: center;
margin: 0 24px;
}
.horizontal-layout {
display: flex;
align-items: center;
margin: 16px 0;
padding: 10px;
background: url(‘linner.png’); /* Replace with the actual background image path */
}
.image {
width: 20px;
height: 20px;
margin-right: 16px;
}
.text {
color: #0E6D5E;
font-size: 20px;
flex: 1;
text-align: center;
}
.button {
background: url(‘notification.png’); /* Replace with the actual image */
width: 20px;
height: 20px;
}
.card {
background: url(‘quran.png’); /* Replace with the actual image */
height: 200px;
width: 100%;
margin: 13px 24px;
position: relative;
padding: 16px;
color: white;
}
.clock-number {
font-size: 37px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.location-container {
position: relative;
margin-top: 10px;
}
.location-text {
color: white;
font-size: 10px;
margin-left: 10px;
}
.divider {
height: 4px;
background-color: #99Eaeaea;
margin: 10px 0;
width: 100%;
}
.switch {
width: 20px;
height: 20px;
margin-left: 16px;
}
/* Style for vector-like representation */
.vector {
width: 115px;
height: 39px;
fill: none;
position: absolute;
top: 0; /* Position the vector at the top */
left: 0;
}