Merge "Initialize the small frame in KeyguardClockSwitch as invisible" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c389498097
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user