From 91e64950e68f1fecf4b6c3892d23cd8c7e91c805 Mon Sep 17 00:00:00 2001 From: insaiyancvk Date: Wed, 22 Jan 2020 21:44:33 +0530 Subject: [PATCH 1/3] fix: softcoded strings in content_event.xml, feagment_profile.xml, item_social_link.xml, order_completed.xml --- app/src/main/res/layout/content_event.xml | 2 +- app/src/main/res/layout/fragment_profile.xml | 4 ++-- app/src/main/res/layout/item_social_link.xml | 2 +- app/src/main/res/menu/order_completed.xml | 2 +- app/src/main/res/values/strings.xml | 3 +++ 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/content_event.xml b/app/src/main/res/layout/content_event.xml index 2dfd7bb613..9c74751ce9 100644 --- a/app/src/main/res/layout/content_event.xml +++ b/app/src/main/res/layout/content_event.xml @@ -643,7 +643,7 @@ android:layout_marginLeft="@dimen/layout_margin_large" android:layout_marginRight="@dimen/layout_margin_large" android:layout_marginBottom="@dimen/layout_margin_large" - android:text="Sessions" + android:text="@string/sessions" android:textColor="@color/dark_grey" android:textSize="@dimen/event_details_headers" /> diff --git a/app/src/main/res/layout/fragment_profile.xml b/app/src/main/res/layout/fragment_profile.xml index bf645d8bc4..c92b3d0ec7 100644 --- a/app/src/main/res/layout/fragment_profile.xml +++ b/app/src/main/res/layout/fragment_profile.xml @@ -148,7 +148,7 @@ android:layout_height="wrap_content" android:textColor="@color/black" android:textSize="@dimen/text_size_expanded_title" - android:text="General Settings and Support"/> + android:text="@string/general_settings_and_support"/> + android:text="@string/login"/> diff --git a/app/src/main/res/menu/order_completed.xml b/app/src/main/res/menu/order_completed.xml index d7b8cadb3b..b77d47d154 100644 --- a/app/src/main/res/menu/order_completed.xml +++ b/app/src/main/res/menu/order_completed.xml @@ -5,7 +5,7 @@ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 49aee7112b..09b1a94fdf 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -534,5 +534,8 @@ Password changed successfully! Ticket(s) for %1$s Fail on making Paypal payment + Social Link + tick + General Settings and Support From 3e1e52bf76e06aa6906e6dd27cd4fcd3b31b3857 Mon Sep 17 00:00:00 2001 From: insaiyancvk Date: Thu, 23 Jan 2020 21:48:25 +0530 Subject: [PATCH 2/3] added a limit of 10 digits to phone number field --- app/src/main/res/layout/fragment_edit_profile.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_edit_profile.xml b/app/src/main/res/layout/fragment_edit_profile.xml index a6070ef3f2..5ad7058d18 100644 --- a/app/src/main/res/layout/fragment_edit_profile.xml +++ b/app/src/main/res/layout/fragment_edit_profile.xml @@ -113,7 +113,8 @@ android:id="@+id/phone" android:layout_width="match_parent" android:layout_height="wrap_content" - android:inputType="number" /> + android:inputType="number" + android:maxLength="10" /> Date: Tue, 4 Feb 2020 20:45:25 +0530 Subject: [PATCH 3/3] Added Scroll view in past tickets filter --- .../res/layout/fragment_expired_order.xml | 261 +++++++++--------- 1 file changed, 136 insertions(+), 125 deletions(-) diff --git a/app/src/main/res/layout/fragment_expired_order.xml b/app/src/main/res/layout/fragment_expired_order.xml index 08f067ee89..8caba9df76 100644 --- a/app/src/main/res/layout/fragment_expired_order.xml +++ b/app/src/main/res/layout/fragment_expired_order.xml @@ -1,134 +1,145 @@ - - - - - - - - + - - - - - - + android:layout_height="match_parent"> - - - - + android:layout_height="match_parent" + android:orientation="vertical"> - - - - - + android:background="@color/colorPrimary" + app:navigationIcon="@drawable/ic_arrow_back_white_cct" + app:title="@string/past_tickets" + app:titleTextColor="@color/white"> - - - - - + + + - - - - - - - - - - - - - - - - + android:layout_height="match_parent"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +