Loading packages/SettingsLib/res/layout/dialog_with_icon.xml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -35,12 +35,14 @@ android:id="@+id/dialog_with_icon_title" android:id="@+id/dialog_with_icon_title" android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="wrap_content" android:hyphenationFrequency="fullFast" android:gravity="center" android:gravity="center" style="@style/DialogWithIconTitle"/> style="@style/DialogWithIconTitle"/> <TextView <TextView android:id="@+id/dialog_with_icon_message" android:id="@+id/dialog_with_icon_message" android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="wrap_content" android:hyphenationFrequency="fullFast" android:gravity="center" android:gravity="center" style="@style/TextAppearanceSmall"/> style="@style/TextAppearanceSmall"/> Loading Loading
packages/SettingsLib/res/layout/dialog_with_icon.xml +2 −0 Original line number Original line Diff line number Diff line Loading @@ -35,12 +35,14 @@ android:id="@+id/dialog_with_icon_title" android:id="@+id/dialog_with_icon_title" android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="wrap_content" android:hyphenationFrequency="fullFast" android:gravity="center" android:gravity="center" style="@style/DialogWithIconTitle"/> style="@style/DialogWithIconTitle"/> <TextView <TextView android:id="@+id/dialog_with_icon_message" android:id="@+id/dialog_with_icon_message" android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_height="wrap_content" android:hyphenationFrequency="fullFast" android:gravity="center" android:gravity="center" style="@style/TextAppearanceSmall"/> style="@style/TextAppearanceSmall"/> Loading