Skip to content

Commit

Permalink
Increase border height
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-on committed Oct 25, 2019
1 parent 1885fb2 commit fef0019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit fef0019

Please sign in to comment.