diff --git a/packages/SettingsLib/res/layout/restricted_icon.xml b/packages/SettingsLib/res/layout/restricted_icon.xml index d57fb80c14b69..724a524ad46aa 100644 --- a/packages/SettingsLib/res/layout/restricted_icon.xml +++ b/packages/SettingsLib/res/layout/restricted_icon.xml @@ -17,5 +17,4 @@ android:id="@+id/restricted_icon" android:layout_width="@dimen/restricted_icon_size" android:layout_height="@dimen/restricted_icon_size" - android:src="@drawable/ic_info" - android:gravity="end|center_vertical" /> \ No newline at end of file + android:src="@drawable/ic_info" /> \ No newline at end of file