Skip to content

Commit

Permalink
LS Clock 23: Fix custom line height
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Jul 10, 2024
1 parent 55b17db commit af8c710
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/preview_lockscreen_clock_23.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tag="accent2"
android:tag="accent2|nolineheight"
android:text="·"
android:textColor="@android:color/system_accent1_600"
android:textSize="40sp" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:tag="accent3"
android:tag="accent3|nolineheight"
android:text="·"
android:textColor="@android:color/system_accent2_600"
android:textSize="40sp" />
Expand All @@ -37,7 +37,7 @@
android:layout_marginTop="-20dp"
android:format12Hour="EEEE"
android:format24Hour="EEEE"
android:tag="text1"
android:tag="text1|nolineheight"
android:textColor="#FFFFFF"
android:textSize="40sp" />

Expand Down

0 comments on commit af8c710

Please sign in to comment.