Skip to content

Commit

Permalink
Renamed pull to sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Oct 25, 2018
1 parent 88bc71f commit dede199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Pull All"
android:text="Sync All"
android:id="@+id/pullAll"/>

<Button
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/layout/device_name.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
android:id="@+id/deviceName"
android:layout_width="0dp"
android:layout_height="match_parent"
android:text="Device Name (Pulled X minutes ago)"
android:text="Device Name (Synced X minutes ago)"
android:layout_weight="1"
android:textSize="18sp" />

<Button
android:id="@+id/pull"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="Pull" />
android:text="Sync" />

<Button
android:id="@+id/remove"
Expand Down

0 comments on commit dede199

Please sign in to comment.