This is an automated email from the ASF dual-hosted git repository.
rajanmaurya154 pushed a commit to branch development
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mobile.git
The following commit(s) were added to refs/heads/development by this push:
new ff7cdfe style: Removed Hardcoded strings
ff7cdfe is described below
commit ff7cdfe9778c319990047d0fe2956fc96ad57f63
Author: Rajavamsi11 <[email protected]>
AuthorDate: Thu Jan 31 21:13:55 2019 +0530
style: Removed Hardcoded strings
---
app/src/main/res/layout/layout_nav_header.xml | 4 ++--
app/src/main/res/values/strings.xml | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/layout/layout_nav_header.xml
b/app/src/main/res/layout/layout_nav_header.xml
index 6032fdc..dee0f4e 100644
--- a/app/src/main/res/layout/layout_nav_header.xml
+++ b/app/src/main/res/layout/layout_nav_header.xml
@@ -24,7 +24,7 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:paddingTop="@dimen/nav_header_vertical_spacing"
- android:text="Rajan Maurya"
+ android:text="@string/username"
android:textColor="@color/white"
android:textAppearance="@style/TextAppearance.AppCompat.Body1"/>
@@ -33,6 +33,6 @@
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textColor="@color/white"
- android:text="[email protected]"/>
+ android:text="@string/email"/>
</LinearLayout>
diff --git a/app/src/main/res/values/strings.xml
b/app/src/main/res/values/strings.xml
index 5d3f569..c969f51 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -470,4 +470,5 @@
<string name="Documents">Documents(Total: 0)</string>
<string name="no_documents_to_show_add_documents">No documents to show.
add documents</string>
<string name="customer_payloads">Customer Payloads</string>
+ <string name="email">Email</string>
</resources>