-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #239 from OpenSRP/pnc_Register_fixes
pnc_Register_fixes
- Loading branch information
Showing
18 changed files
with
162 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
POM_SETTING_NAME=OpenSRP Client Chw Anc | ||
POM_SETTING_ARTIFACT_ID=opensrp-client-chw-anc | ||
POM_SETTING_PACKAGING=aar | ||
VERSION_NAME=0.1.12-SNAPSHOT | ||
VERSION_NAME=0.1.13-SNAPSHOT | ||
VERSION_CODE=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 20 additions & 3 deletions
23
opensrp-chw-anc/src/main/java/org/smartregister/chw/anc/model/BaseUpcomingService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
opensrp-chw-anc/src/main/res/layout/upcoming_service_item_name.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<org.smartregister.view.customcontrols.CustomFontTextView | ||
android:id="@+id/name" | ||
style="@style/CustomFontTextViewStyle.ListView.Normal.MultipleLines" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:text="Name" | ||
android:textAppearance="@style/TextAppearance.AppCompat.Medium" | ||
android:textColor="@color/black" | ||
android:textSize="16sp" | ||
xmlns:android="http://schemas.android.com/apk/res/android" /> |
12 changes: 12 additions & 0 deletions
12
opensrp-chw-anc/src/main/res/layout/upcoming_service_item_subtext.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<org.smartregister.view.customcontrols.CustomFontTextView android:id="@+id/details" | ||
style="@style/CustomFontTextViewStyle.ListView.Normal.MultipleLines" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:paddingRight="10dp" | ||
android:paddingLeft="10dp" | ||
android:text="BCG" | ||
android:textAppearance="@style/TextAppearance.AppCompat.Medium" | ||
android:textColor="@color/dark_grey" | ||
android:textSize="16sp" | ||
xmlns:android="http://schemas.android.com/apk/res/android" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
POM_SETTING_NAME=OpenSRP Client Chw Pnc | ||
POM_SETTING_ARTIFACT_ID=opensrp-client-chw-pnc | ||
POM_SETTING_PACKAGING=aar | ||
VERSION_NAME=0.0.10-SNAPSHOT | ||
VERSION_NAME=0.0.12-SNAPSHOT | ||
VERSION_CODE=1 |
Oops, something went wrong.