Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tanujnotes committed Nov 23, 2023
1 parent 0ca4b9c commit 96b54b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
android:id="@+id/progressBar"
style="?android:attr/progressBarStyleHorizontal"
android:layout_width="match_parent"
android:layout_height="4dp"
android:layout_height="3dp"
android:progressTint="#4285f4"
tools:progress="33" />

Expand Down Expand Up @@ -91,7 +91,7 @@
android:layout_weight="1"
android:alpha="0.6"
android:gravity="center"
android:text="@string/app_name"
android:text="@string/snapdrop"
android:textColor="#4285f4"
android:textSize="16sp"
android:textStyle="bold" />
Expand All @@ -108,7 +108,7 @@
android:focusable="true"
android:orientation="vertical"
android:visibility="gone"
tools:visibility="visible">
tools:visibility="gone">

<ImageView
android:id="@+id/close"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
<string name="snapdrop_project_by">Snapdrop project by - <b>Robin</b></string>
<string name="pairdrop_project_by">Pairdrop project by - <b>schlagmichdoch</b></string>
<string name="pairdrop">Pairdrop</string>
<string name="snapdrop">Snapdrop</string>
</resources>

0 comments on commit 96b54b8

Please sign in to comment.