Enabled zoom controls
closes #90 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.TwentyCodes.android.FindMyCarFull"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="238"
|
||||
android:versionName="4.2" >
|
||||
android:versionCode="240"
|
||||
android:versionName="3cc7415" >
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
|
||||
@@ -295,6 +295,8 @@ public class MapFragment extends Fragment implements GeoPointLocationListener, O
|
||||
view.findViewById(R.id.show_both).setOnClickListener(this);
|
||||
view.findViewById(R.id.parking_timer).setOnClickListener(this);
|
||||
view.findViewById(R.id.directions).setOnClickListener(this);
|
||||
|
||||
this.mMap.setBuiltInZoomControls(true);
|
||||
return view;
|
||||
}
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.TwentyCodes.android.FindMyCarLite"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="238"
|
||||
android:versionName="4.2" >
|
||||
android:versionCode="240"
|
||||
android:versionName="3cc7415" >
|
||||
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user