Finished vertical bottom toolbar.
|
@ -5,51 +5,70 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageButton
|
||||
<TextView
|
||||
android:id="@+id/btn_buy_pro"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:background="@drawable/bg_toolbar_button_selector"
|
||||
android:src="@drawable/ic_menu_buy_pro"/>
|
||||
android:drawableLeft="@drawable/ic_menu_buy_pro"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"/>
|
||||
|
||||
<View
|
||||
style="@style/drawerSeparator"/>
|
||||
|
||||
<ImageButton
|
||||
<TextView
|
||||
android:id="@+id/btn_download_maps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:background="@drawable/bg_toolbar_button_selector"
|
||||
android:src="@drawable/ic_menu_about"/>
|
||||
android:drawableLeft="@drawable/ic_menu_download"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:text="@string/download_maps"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
<View
|
||||
style="@style/drawerSeparator"/>
|
||||
|
||||
<ImageButton
|
||||
<TextView
|
||||
android:id="@+id/btn_share"
|
||||
style="@style/Widget.MapButtonBottom"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:src="@drawable/ic_menu_send_my_location"/>
|
||||
android:background="@drawable/bg_toolbar_button_selector"
|
||||
android:drawableLeft="@drawable/ic_menu_send_my_location"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:text="@string/share"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
<View
|
||||
style="@style/drawerSeparator"/>
|
||||
|
||||
<ImageButton
|
||||
<TextView
|
||||
android:id="@+id/btn_more_apps"
|
||||
style="@style/Widget.MapButtonBottom"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:src="@drawable/ic_menu_more_apps"/>
|
||||
android:background="@drawable/bg_toolbar_button_selector"
|
||||
android:drawableLeft="@drawable/ic_menu_more_apps"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:text="@string/more_apps_title"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
<View
|
||||
style="@style/drawerSeparator"/>
|
||||
|
||||
<ImageButton
|
||||
<TextView
|
||||
android:id="@+id/btn_settings"
|
||||
style="@style/Widget.MapButtonBottom"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:src="@drawable/ic_menu_settings"/>
|
||||
android:background="@drawable/bg_toolbar_button_selector"
|
||||
android:drawableLeft="@drawable/ic_menu_settings"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:text="@string/settings"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
|
||||
</LinearLayout>
|
BIN
android/res/drawable-hdpi/ic_arrow.png
Normal file
After Width: | Height: | Size: 357 B |
BIN
android/res/drawable-hdpi/ic_menu_buy_pro.png
Normal file
After Width: | Height: | Size: 476 B |
BIN
android/res/drawable-hdpi/ic_menu_download.png
Normal file
After Width: | Height: | Size: 329 B |
BIN
android/res/drawable-hdpi/ic_menu_more_apps.png
Normal file
After Width: | Height: | Size: 223 B |
BIN
android/res/drawable-hdpi/ic_menu_send_my_location.png
Normal file
After Width: | Height: | Size: 449 B |
BIN
android/res/drawable-hdpi/ic_menu_settings.png
Normal file
After Width: | Height: | Size: 519 B |
BIN
android/res/drawable-hdpi/ic_my_position.png
Normal file
After Width: | Height: | Size: 506 B |
BIN
android/res/drawable-hdpi/ic_my_position_search.png
Normal file
After Width: | Height: | Size: 753 B |
BIN
android/res/drawable-hdpi/ic_place_page_bookmark_button.png
Normal file
After Width: | Height: | Size: 717 B |
After Width: | Height: | Size: 688 B |
BIN
android/res/drawable-hdpi/ic_place_page_edit_button.png
Normal file
After Width: | Height: | Size: 429 B |
BIN
android/res/drawable-ldpi/ic_arrow.png
Normal file
After Width: | Height: | Size: 164 B |
BIN
android/res/drawable-ldpi/ic_menu_buy_pro.png
Normal file
After Width: | Height: | Size: 287 B |
BIN
android/res/drawable-ldpi/ic_menu_download.png
Normal file
After Width: | Height: | Size: 158 B |
BIN
android/res/drawable-ldpi/ic_menu_more_apps.png
Normal file
After Width: | Height: | Size: 120 B |
BIN
android/res/drawable-ldpi/ic_menu_send_my_location.png
Normal file
After Width: | Height: | Size: 244 B |
BIN
android/res/drawable-ldpi/ic_menu_settings.png
Normal file
After Width: | Height: | Size: 273 B |
BIN
android/res/drawable-ldpi/ic_my_position.png
Normal file
After Width: | Height: | Size: 263 B |
BIN
android/res/drawable-ldpi/ic_my_position_search.png
Normal file
After Width: | Height: | Size: 358 B |
BIN
android/res/drawable-ldpi/ic_place_page_bookmark_button.png
Normal file
After Width: | Height: | Size: 358 B |
After Width: | Height: | Size: 317 B |
BIN
android/res/drawable-ldpi/ic_place_page_edit_button.png
Normal file
After Width: | Height: | Size: 289 B |
BIN
android/res/drawable-mdpi/ic_arrow.png
Normal file
After Width: | Height: | Size: 236 B |
BIN
android/res/drawable-mdpi/ic_menu_buy_pro.png
Normal file
After Width: | Height: | Size: 303 B |
BIN
android/res/drawable-mdpi/ic_menu_download.png
Normal file
After Width: | Height: | Size: 190 B |
BIN
android/res/drawable-mdpi/ic_menu_more_apps.png
Normal file
After Width: | Height: | Size: 143 B |
BIN
android/res/drawable-mdpi/ic_menu_send_my_location.png
Normal file
After Width: | Height: | Size: 260 B |
BIN
android/res/drawable-mdpi/ic_menu_settings.png
Normal file
After Width: | Height: | Size: 446 B |
BIN
android/res/drawable-mdpi/ic_my_position.png
Normal file
After Width: | Height: | Size: 346 B |
BIN
android/res/drawable-mdpi/ic_my_position_search.png
Normal file
After Width: | Height: | Size: 472 B |
BIN
android/res/drawable-mdpi/ic_place_page_bookmark_button.png
Normal file
After Width: | Height: | Size: 466 B |
After Width: | Height: | Size: 418 B |
BIN
android/res/drawable-mdpi/ic_place_page_edit_button.png
Normal file
After Width: | Height: | Size: 319 B |
BIN
android/res/drawable-xhdpi/ic_arrow.png
Normal file
After Width: | Height: | Size: 424 B |
BIN
android/res/drawable-xhdpi/ic_menu_buy_pro.png
Normal file
After Width: | Height: | Size: 487 B |
BIN
android/res/drawable-xhdpi/ic_menu_download.png
Normal file
After Width: | Height: | Size: 377 B |
BIN
android/res/drawable-xhdpi/ic_menu_more_apps.png
Normal file
After Width: | Height: | Size: 317 B |
BIN
android/res/drawable-xhdpi/ic_menu_send_my_location.png
Normal file
After Width: | Height: | Size: 431 B |
BIN
android/res/drawable-xhdpi/ic_menu_settings.png
Normal file
After Width: | Height: | Size: 415 B |
BIN
android/res/drawable-xhdpi/ic_my_position.png
Normal file
After Width: | Height: | Size: 678 B |
BIN
android/res/drawable-xhdpi/ic_my_position_search.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
android/res/drawable-xhdpi/ic_place_page_bookmark_button.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 796 B |
BIN
android/res/drawable-xhdpi/ic_place_page_edit_button.png
Normal file
After Width: | Height: | Size: 550 B |
BIN
android/res/drawable-xxhdpi/ic_arrow.png
Normal file
After Width: | Height: | Size: 658 B |
BIN
android/res/drawable-xxhdpi/ic_menu_buy_pro.png
Normal file
After Width: | Height: | Size: 831 B |
BIN
android/res/drawable-xxhdpi/ic_menu_download.png
Normal file
After Width: | Height: | Size: 667 B |
BIN
android/res/drawable-xxhdpi/ic_menu_more_apps.png
Normal file
After Width: | Height: | Size: 512 B |
BIN
android/res/drawable-xxhdpi/ic_menu_send_my_location.png
Normal file
After Width: | Height: | Size: 744 B |
BIN
android/res/drawable-xxhdpi/ic_menu_settings.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
android/res/drawable-xxhdpi/ic_my_position.png
Normal file
After Width: | Height: | Size: 1 KiB |
BIN
android/res/drawable-xxhdpi/ic_my_position_search.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
android/res/drawable-xxhdpi/ic_place_page_bookmark_button.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.1 KiB |
BIN
android/res/drawable-xxhdpi/ic_place_page_edit_button.png
Normal file
After Width: | Height: | Size: 836 B |
BIN
android/res/drawable-xxxhdpi/ic_arrow.png
Normal file
After Width: | Height: | Size: 837 B |
BIN
android/res/drawable-xxxhdpi/ic_menu_buy_pro.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
android/res/drawable-xxxhdpi/ic_menu_download.png
Normal file
After Width: | Height: | Size: 787 B |
BIN
android/res/drawable-xxxhdpi/ic_menu_more_apps.png
Normal file
After Width: | Height: | Size: 694 B |
BIN
android/res/drawable-xxxhdpi/ic_menu_send_my_location.png
Normal file
After Width: | Height: | Size: 959 B |
BIN
android/res/drawable-xxxhdpi/ic_menu_settings.png
Normal file
After Width: | Height: | Size: 1,001 B |
BIN
android/res/drawable-xxxhdpi/ic_my_position.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
android/res/drawable-xxxhdpi/ic_my_position_auto_follow.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
android/res/drawable-xxxhdpi/ic_my_position_pressed.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
android/res/drawable-xxxhdpi/ic_my_position_search.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
android/res/drawable-xxxhdpi/ic_place_page_bookmark_button.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.6 KiB |
BIN
android/res/drawable-xxxhdpi/ic_place_page_edit_button.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
|
@ -5,76 +5,87 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
<RelativeLayout
|
||||
android:id="@+id/preview"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bg_page_preview"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal"
|
||||
android:padding="10dp"
|
||||
android:visibility="gone">
|
||||
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_preview"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1">
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/info_title"
|
||||
style="@style/Holo.TextAppearance.Large.Light"
|
||||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@string/robotoLight"
|
||||
android:textColor="@android:color/white"/>
|
||||
android:layout_weight="1">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/info_subtitle"
|
||||
style="@style/Holo.TextAppearance.Medium.Light"
|
||||
<TextView
|
||||
android:id="@+id/info_title"
|
||||
style="@style/Holo.TextAppearance.Large.Light"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:fontFamily="@string/robotoLight"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/info_subtitle"
|
||||
style="@style/Holo.TextAppearance.Medium.Light"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/info_title"
|
||||
android:fontFamily="@string/robotoRegular"
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingRight="5dp"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_edit_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@id/info_title"
|
||||
android:background="@android:color/transparent"
|
||||
android:src="@drawable/ic_place_page_edit_button"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_route_from"
|
||||
style="@style/Holo.TextAppearance.Medium.Light"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/info_subtitle"
|
||||
android:text="@string/choose_starting_point"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_route_to"
|
||||
style="@style/Holo.TextAppearance.Medium.Light"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignLeft="@id/btn_route_from"
|
||||
android:layout_below="@id/btn_route_from"
|
||||
android:text="@string/choose_destination"/>
|
||||
</RelativeLayout>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/info_box_is_bookmarked"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/info_title"
|
||||
android:fontFamily="@string/robotoRegular"
|
||||
android:paddingLeft="5dp"
|
||||
android:paddingRight="5dp"
|
||||
android:textColor="@android:color/white"/>
|
||||
android:layout_weight="0"
|
||||
android:button="@drawable/ic_bookmarks_selector"
|
||||
android:padding="8dp"/>
|
||||
</LinearLayout>
|
||||
|
||||
<ImageButton
|
||||
android:id="@+id/btn_edit_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@id/info_title"
|
||||
android:background="@android:color/transparent"
|
||||
android:src="@drawable/ic_menu_buy_pro"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_route_from"
|
||||
style="@style/Holo.TextAppearance.Medium.Light"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/info_subtitle"
|
||||
android:text="@string/choose_starting_point"/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_route_to"
|
||||
style="@style/Holo.TextAppearance.Medium.Light"
|
||||
android:layout_width="200dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignLeft="@id/btn_route_from"
|
||||
android:layout_below="@id/btn_route_from"
|
||||
android:text="@string/choose_destination"/>
|
||||
</RelativeLayout>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/info_box_is_bookmarked"
|
||||
android:layout_width="wrap_content"
|
||||
<ImageView
|
||||
android:id="@+id/iv_arrow"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0"
|
||||
android:button="@drawable/ic_bookmarks_selector"
|
||||
android:padding="8dp"/>
|
||||
</LinearLayout>
|
||||
android:layout_below="@id/ll_preview"
|
||||
android:src="@drawable/ic_arrow"/>
|
||||
|
||||
<!-- Will have dynamic height -->
|
||||
</RelativeLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/place_page"
|
||||
|
|
|
@ -6,54 +6,63 @@
|
|||
android:background="@color/bg_menu"
|
||||
android:orientation="vertical">
|
||||
|
||||
<ImageButton
|
||||
<View
|
||||
android:id="@+id/btn_buy_pro"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<View
|
||||
style="@style/drawerSeparator"/>
|
||||
|
||||
<ImageButton
|
||||
<TextView
|
||||
android:id="@+id/btn_download_maps"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:background="@drawable/bg_toolbar_button_selector"
|
||||
android:src="@drawable/ic_menu_about"/>
|
||||
android:drawableLeft="@drawable/ic_menu_download"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:text="@string/download_maps"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
<View
|
||||
style="@style/drawerSeparator"/>
|
||||
|
||||
<ImageButton
|
||||
<TextView
|
||||
android:id="@+id/btn_share"
|
||||
style="@style/Widget.MapButtonBottom"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:background="@drawable/bg_toolbar_button_selector"
|
||||
android:src="@drawable/ic_menu_send_my_location"/>
|
||||
android:drawableLeft="@drawable/ic_menu_send_my_location"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:text="@string/share"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
<View
|
||||
style="@style/drawerSeparator"/>
|
||||
|
||||
<ImageButton
|
||||
<TextView
|
||||
android:id="@+id/btn_more_apps"
|
||||
style="@style/Widget.MapButtonBottom"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:background="@drawable/bg_toolbar_button_selector"
|
||||
android:src="@drawable/ic_menu_more_apps"/>
|
||||
|
||||
android:drawableLeft="@drawable/ic_menu_more_apps"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:text="@string/more_apps_title"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
<View
|
||||
style="@style/drawerSeparator"/>
|
||||
|
||||
<ImageButton
|
||||
<TextView
|
||||
android:id="@+id/btn_settings"
|
||||
style="@style/Widget.MapButtonBottom"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/bottom_panel_height"
|
||||
android:background="@drawable/bg_toolbar_button_selector"
|
||||
android:src="@drawable/ic_menu_settings"/>
|
||||
android:drawableLeft="@drawable/ic_menu_settings"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingLeft="10dp"
|
||||
android:text="@string/settings"
|
||||
android:textColor="@android:color/white"/>
|
||||
|
||||
</LinearLayout>
|
|
@ -207,11 +207,13 @@ public class MapInfoView extends LinearLayout implements View.OnClickListener
|
|||
return; // if state is already same as we need
|
||||
|
||||
TranslateAnimation slide;
|
||||
View arrow = mPreviewGroup.findViewById(R.id.iv_arrow);
|
||||
if (show) // slide up
|
||||
{
|
||||
slide = generateSlideAnimation(0, 0, -1, 0);
|
||||
slide.setDuration(SHORT_ANIM_DURATION);
|
||||
UiUtils.show(mPlacePageGroup);
|
||||
UiUtils.invisible(arrow);
|
||||
if (mVisibilityChangedListener != null)
|
||||
mVisibilityChangedListener.onPlacePageVisibilityChanged(show);
|
||||
}
|
||||
|
@ -222,6 +224,7 @@ public class MapInfoView extends LinearLayout implements View.OnClickListener
|
|||
slide.setDuration(SHORT_ANIM_DURATION);
|
||||
slide.setFillEnabled(true);
|
||||
slide.setFillBefore(true);
|
||||
UiUtils.show(arrow);
|
||||
slide.setAnimationListener(new UiUtils.SimpleAnimationListener()
|
||||
{
|
||||
@Override
|
||||
|
@ -379,10 +382,6 @@ public class MapInfoView extends LinearLayout implements View.OnClickListener
|
|||
setUpRoutingButtons();
|
||||
}
|
||||
}
|
||||
|
||||
// Sometimes we have to force update view
|
||||
invalidate();
|
||||
requestLayout();
|
||||
}
|
||||
|
||||
private void setUpPreview()
|
||||
|
@ -583,7 +582,7 @@ public class MapInfoView extends LinearLayout implements View.OnClickListener
|
|||
{
|
||||
mMaxPlacePageHeight = parent.getHeight() / 2;
|
||||
final ViewGroup.LayoutParams lp = mPlacePageGroup.getLayoutParams();
|
||||
if (lp != null && lp.height != mMaxPlacePageHeight)
|
||||
if (lp != null && lp.height > mMaxPlacePageHeight)
|
||||
{
|
||||
lp.height = mMaxPlacePageHeight;
|
||||
mPlacePageGroup.setLayoutParams(lp);
|
||||
|
@ -737,7 +736,9 @@ public class MapInfoView extends LinearLayout implements View.OnClickListener
|
|||
Framework.invalidate();
|
||||
break;
|
||||
case R.id.info_box:
|
||||
/* Friggin system does not work without this stub.*/
|
||||
// TODO
|
||||
// without listening this event some bug may appear.
|
||||
// check that and remove after investigation
|
||||
break;
|
||||
case R.id.info_box_share:
|
||||
ShareAction.getAnyShare().shareMapObject((Activity) getContext(), mMapObject);
|
||||
|
|