From 877ce903c1b64c1b87ac08f03c3f80d404f34786 Mon Sep 17 00:00:00 2001 From: contrudar Date: Wed, 5 Oct 2016 15:42:24 +0300 Subject: [PATCH] clean up --- PdfView/build.gradle | 1 - PdfView/src/main/res/drawable/color_cursor.xml | 5 +++++ PdfView/src/main/res/layout/pdf_file_password.xml | 12 ++++++++---- settings.gradle | 3 +-- 4 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 PdfView/src/main/res/drawable/color_cursor.xml diff --git a/PdfView/build.gradle b/PdfView/build.gradle index af2e9b7..d39605a 100644 --- a/PdfView/build.gradle +++ b/PdfView/build.gradle @@ -18,5 +18,4 @@ android { dependencies { provided "com.android.support:appcompat-v7:24.2.1" - compile project(':libraries:Android-Pdf-Viewer-Library:gestureimageview') } \ No newline at end of file diff --git a/PdfView/src/main/res/drawable/color_cursor.xml b/PdfView/src/main/res/drawable/color_cursor.xml new file mode 100644 index 0000000..312d113 --- /dev/null +++ b/PdfView/src/main/res/drawable/color_cursor.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/PdfView/src/main/res/layout/pdf_file_password.xml b/PdfView/src/main/res/layout/pdf_file_password.xml index 5d5d40f..27a7a3a 100644 --- a/PdfView/src/main/res/layout/pdf_file_password.xml +++ b/PdfView/src/main/res/layout/pdf_file_password.xml @@ -20,7 +20,7 @@ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA --> @@ -29,7 +29,8 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" - android:text="Password protected PDF-File:"/> + android:text="Password protected PDF-File:" + android:textColor="@android:color/black"/> + android:inputType="textPassword" + android:textColor="@android:color/black" + android:textColorHint="@android:color/darker_gray" + android:textCursorDrawable="@drawable/color_cursor"> diff --git a/settings.gradle b/settings.gradle index 79dcf7c..5535afe 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1 @@ -include ':PdfView', ':pdfviewsample' -include ':gestureimageview' \ No newline at end of file +include ':PdfView' \ No newline at end of file