Kwgt Clock Widget Updated Info

// Get current time and date val calendar = Calendar.getInstance() val timeFormat = SimpleDateFormat("hh:mm", Locale.getDefault()) val amPmFormat = SimpleDateFormat("a", Locale.getDefault()) val dateFormat = SimpleDateFormat("EEEE, MMMM d", Locale.getDefault())

<!-- Font Settings --> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Font" android:textSize="18sp" android:textStyle="bold" android:layout_marginTop="24dp" /> kwgt clock widget

<!-- Size Settings --> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Sizes" android:textSize="18sp" android:textStyle="bold" android:layout_marginTop="24dp" /> // Get current time and date val calendar = Calendar

<com.google.android.material.slider.Slider android:id="@+id/timeSizeSlider" android:layout_width="match_parent" android:layout_height="wrap_content" android:valueFrom="40" android:valueTo="120" android:stepSize="2" /> Locale.getDefault()) val amPmFormat = SimpleDateFormat("a"

If you don’t want to build, these packs consistently deliver 5-star quality.

<Spinner android:id="@+id/fontSpinner" android:layout_width="match_parent" android:layout_height="48dp" android:layout_marginTop="8dp" />