Skip to content

Commit

Permalink
larger error textview font
Browse files Browse the repository at this point in the history
  • Loading branch information
DevEmperor committed Feb 11, 2024
1 parent c452163 commit 276695a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/layout_chat_footer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/wristassist_no_internet"
android:textSize="13sp"
android:textSize="14sp"
android:textAlignment="center"
android:textColor="#cc0000"
android:textColor="@color/wristassist_red"
android:visibility="gone" />

<ProgressBar
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
<color name="wristassist_white">#ffffff</color>
<color name="wristassist_black">#000000</color>
<color name="wristassist_grey">#A8A8A8</color>
<color name="wristassist_red">#CC0000</color>
</resources>

0 comments on commit 276695a

Please sign in to comment.