Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c7f7d84 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 4584957: remove owner info from phone layouts"

parents 93f9e1ca d63fdae4
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -133,16 +133,4 @@
        android:textAppearance="?android:attr/textAppearanceMedium"
        />

    <TextView
        android:id="@+id/propertyOf"
        android:lineSpacingExtra="8dip"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:textSize="17sp"
        android:layout_marginTop="20dip"
        android:singleLine="false"
        android:textColor="@color/lockscreen_owner_info"
        android:visibility="gone"
        />
</LinearLayout>
+0 −12
Original line number Diff line number Diff line
@@ -130,16 +130,4 @@
        android:textAppearance="?android:attr/textAppearanceMedium"
        />

    <TextView
        android:id="@+id/propertyOf"
        android:lineSpacingExtra="8dip"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginTop="20dip"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:textSize="17sp"
        android:singleLine="false"
        android:visibility="gone"
        android:textColor="@color/lockscreen_owner_info"
        />
</LinearLayout>