Merge "Initialize the small frame in KeyguardClockSwitch as invisible" into tm-qpr-dev

This commit is contained in:
Hawkwood Glazier
2022-11-01 15:16:04 +00:00
committed by Android (Google) Code Review

View File

@@ -31,7 +31,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentStart="true" android:layout_alignParentStart="true"
android:layout_alignParentTop="true" android:layout_alignParentTop="true"
android:paddingStart="@dimen/clock_padding_start" /> android:paddingStart="@dimen/clock_padding_start"
android:visibility="invisible" />
<FrameLayout <FrameLayout
android:id="@+id/lockscreen_clock_view_large" android:id="@+id/lockscreen_clock_view_large"
android:layout_width="match_parent" android:layout_width="match_parent"