Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,14 @@ public void onShow(MaterialShowcaseView itemView, int position) {

sequence.setConfig(config);

sequence.addSequenceItem(nav_home, getResources().getString(R.string.home_button), getResources().getString(R.string.ok_button));
sequence.addSequenceItem(
new MaterialShowcaseView.Builder(this)
.setTarget(nav_home)
.setDismissText(getResources().getString(R.string.ok_button))
.setContentText(getResources().getString(R.string.home_button))
.setDismissOnTouch(true)
.build()
);

sequence.addSequenceItem(
new MaterialShowcaseView.Builder(this)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/jni/OpenCV.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LOCAL_PATH:=$(subst ?,,$(firstword ?$(subst \, ,$(subst /, ,$(call my-dir)))))
OPENCV_TARGET_ARCH_ABI:=$(TARGET_ARCH_ABI)
OPENCV_THIS_DIR:=$(patsubst $(LOCAL_PATH)\\%,%,$(patsubst $(LOCAL_PATH)/%,%,$(call my-dir)))
OPENCV_MK_DIR:=$(dir $(lastword $(MAKEFILE_LIST)))
OPENCV_LIBS_DIR:=$(OPENCV_THIS_DIR)/../jniLibs/$(OPENCV_TARGET_ARCH_ABI)
OPENCV_LIBS_DIR:=$(OPENCV_THIS_DIR)/libs/$(OPENCV_TARGET_ARCH_ABI)
OPENCV_3RDPARTY_LIBS_DIR:=$(OPENCV_THIS_DIR)/../3rdparty/libs/$(OPENCV_TARGET_ARCH_ABI)
OPENCV_BASEDIR:=
OPENCV_LOCAL_C_INCLUDES:="$(LOCAL_PATH)/$(OPENCV_THIS_DIR)/include/opencv" "$(LOCAL_PATH)/$(OPENCV_THIS_DIR)/include"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions app/src/main/res/layout/dialog_album_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
android:id="@+id/trcia"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginStart="30dp"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal">

<ImageView
Expand Down Expand Up @@ -74,8 +74,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginStart="30dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal">

<TextView
Expand All @@ -100,8 +100,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginStart="30dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal">

<TextView
Expand All @@ -126,8 +126,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginStart="30dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal">

<TextView
Expand All @@ -152,8 +152,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginStart="30dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal">

<TextView
Expand All @@ -178,8 +178,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginStart="30dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal">

<TextView
Expand Down Expand Up @@ -209,9 +209,9 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="17dp"
android:layout_marginStart="30dp"
android:layout_marginTop="17dp"
android:layout_marginBottom="17dp"
android:orientation="horizontal">

<TextView
Expand Down Expand Up @@ -242,9 +242,9 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginStart="30dp"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal">

<TextView
Expand All @@ -269,8 +269,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginStart="30dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal">

<TextView
Expand All @@ -295,8 +295,8 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginStart="30dp"
android:layout_marginBottom="10dp"
android:orientation="horizontal">

<TextView
Expand Down
3 changes: 0 additions & 3 deletions build.sh

This file was deleted.