Skip to content

Commit

Permalink
feat: Change retry to borderless button (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
anhanh11001 authored and iamareebjamal committed Mar 21, 2019
1 parent 81b117b commit 4d44f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/content_no_internet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
android:textSize="@dimen/text_size_medium"
tools:text="No Internet" />

<TextView
<Button
android:id="@+id/retry"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="@dimen/layout_margin_large"
android:text="@string/retry"
android:textColor="@color/colorPrimary"
android:textSize="@dimen/text_size_large"
style="@style/Widget.AppCompat.Button.Borderless"
tools:text="RETRY" />
</LinearLayout>

Expand Down

0 comments on commit 4d44f76

Please sign in to comment.