Commit e9f371a5 authored by Varun Patil's avatar Varun Patil

Hide bottom dragview on map initially

parent c4a4c6fc
......@@ -484,6 +484,7 @@ public class MapFragment extends Fragment implements TextWatcher,
placeColor.setImageDrawable(new ColorDrawable(marker.getColor()));
getActivity().findViewById(R.id.place_group_color).setBackgroundColor(
marker.getColor());
getActivity().findViewById(R.id.dragView).setVisibility(View.VISIBLE);
reCenterMarker(marker);
cardSlideListener.showCard();
}
......
......@@ -5,7 +5,8 @@
android:background="#eeeeee"
android:clickable="true"
android:focusable="false"
android:orientation="vertical" >
android:orientation="vertical"
android:visibility="gone">
<LinearLayout
android:id="@+id/new_small_card"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment