Skip to content

Commit

Permalink
Merge pull request #767 from OpenSRP/resource-update
Browse files Browse the repository at this point in the history
Resource update
  • Loading branch information
rkodev authored Sep 7, 2019
2 parents 8afb7c2 + 61c212f commit 85b30b1
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opensrp-chw-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
exclude group: 'com.android.support', module: 'appcompat-v7'
}

api('org.smartregister:opensrp-client-family:1.2.18-SNAPSHOT@aar') {
api('org.smartregister:opensrp-client-family:1.2.20-SNAPSHOT@aar') {
transitive = true
exclude group: 'org.smartregister', module: 'opensrp-client-core'
exclude group: 'org.smartregister', module: 'opensrp-client-native-form'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void getView(Cursor cursor, SmartRegisterClient client, RegisterViewHolde
private void updatePncAncIcons(RegisterViewHolder viewHolder, int womanCount, String register) {
for (int i = 1; i <= womanCount; i++) {
ImageView imageView = new ImageView(context);
imageView.setImageResource(CoreConstants.TABLE_NAME.ANC_MEMBER.equals(register) ? R.mipmap.ic_anc_pink : R.mipmap.row_pnc);
imageView.setImageResource(CoreConstants.TABLE_NAME.ANC_MEMBER.equals(register) ? R.mipmap.ic_anc_pink : org.smartregister.family.R.mipmap.row_pnc);
LinearLayout linearLayout = (LinearLayout) viewHolder.memberIcon;
linearLayout.addView(imageView);
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified opensrp-chw-core/src/main/res/drawable-mdpi/rowavatar_child.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified opensrp-chw-core/src/main/res/drawable-xhdpi/rowavatar_child.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit 85b30b1

Please sign in to comment.