Skip to content

Commit

Permalink
description update for the follow me mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
m4gr3d committed Jan 28, 2015
1 parent 01a2358 commit 6b5c98b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
applicationId 'org.droidplanner.android'
minSdkVersion 14
targetSdkVersion 21
versionCode 30014
versionCode 30015
versionName getGitVersion()
}

Expand Down
4 changes: 1 addition & 3 deletions Android/res/layout/fragment_mode_follow.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
style="@style/flyoutPanelLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="3dp"
android:paddingRight="3dp">
android:orientation="vertical">

<TextView
android:id="@+id/ModeDetail"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ public void onApiConnected() {
}

private void onFollowTypeUpdate(FollowType followType, Bundle params){
updateModeDescription(followType);

if (followType.hasParam(FollowType.EXTRA_FOLLOW_RADIUS)) {
showRadiusPicker();
updateCurrentRadius();
Expand Down

0 comments on commit 6b5c98b

Please sign in to comment.