Skip to content

Commit

Permalink
Merge pull request #40 from OpenSRP/932-update-border-lines
Browse files Browse the repository at this point in the history
Update border lines that separate the indicators
  • Loading branch information
allan-on authored Oct 28, 2019
2 parents 992f775 + b083c9b commit a7ddffc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.0.7-SNAPSHOT
VERSION_NAME=0.0.8-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Reporting Library
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<View
android:id="@+id/numeric_display_split_line"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_height="4dp"
android:layout_below="@+id/details"
android:layout_marginTop="24dp"
android:background="@color/indicatorSplitLine" />
Expand Down
2 changes: 1 addition & 1 deletion opensrp-reporting/src/main/res/layout/pie_chart_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<View
android:id="@+id/pie_chart_split_line"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_height="4dp"
android:layout_marginTop="24dp"
android:background="@color/indicatorSplitLine" />

Expand Down
2 changes: 1 addition & 1 deletion opensrp-reporting/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<color name="colorAccent">#D81B60</color>
<color name="colorReportingIndicatorLabel">#212121</color>
<color name="colorReportingIndicatorNote">#757575</color>
<color name="indicatorSplitLine">#ECECEC</color>
<color name="indicatorSplitLine">#DEDEDE</color>
<color name="colorSecondaryGreen">#00b253</color>
<color name="colorPastelGreen">#b2f395</color>
</resources>

0 comments on commit a7ddffc

Please sign in to comment.