Loading packages/SettingsLib/res/layout/dialog_with_icon.xml +2 −2 Original line number Diff line number Diff line Loading @@ -33,13 +33,13 @@ android:importantForAccessibility="no"/> <TextView android:id="@+id/dialog_with_icon_title" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" style="@style/DialogWithIconTitle"/> <TextView android:id="@+id/dialog_with_icon_message" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" style="@style/TextAppearanceSmall"/> Loading Loading
packages/SettingsLib/res/layout/dialog_with_icon.xml +2 −2 Original line number Diff line number Diff line Loading @@ -33,13 +33,13 @@ android:importantForAccessibility="no"/> <TextView android:id="@+id/dialog_with_icon_title" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" style="@style/DialogWithIconTitle"/> <TextView android:id="@+id/dialog_with_icon_message" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="center" style="@style/TextAppearanceSmall"/> Loading