Skip to content

Commit

Permalink
Update layout_sweet_exception_handler.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kukadiajayesh authored Jan 8, 2022
1 parent 0af83d6 commit fc378fc
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
android:visibility="gone">

<TextView
android:id="@+id/tvNoInternetTitle"
style="@style/Base.TextAppearance.AppCompat.Large"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
Expand All @@ -75,6 +76,7 @@
android:typeface="monospace" />

<TextView
android:id="@+id/tvNoInternetDesc1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
Expand All @@ -83,6 +85,7 @@
android:textSize="@dimen/text_size_14sp" />

<TextView
android:id="@+id/tvNoInternetDesc2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
Expand Down Expand Up @@ -188,4 +191,4 @@
</LinearLayout>

</FrameLayout>
</FrameLayout>
</FrameLayout>

0 comments on commit fc378fc

Please sign in to comment.