<?xml version="1.0" encoding="utf-8"?><!--
- ~ Copyright © 2018 Damyan Ivanov.
+ ~ Copyright © 2019 Damyan Ivanov.
~ This file is part of Mobile-Ledger.
~ Mobile-Ledger is free software: you can distribute it and/or modify it
~ under the term of the GNU General Public License as published by
android:tint="@color/header_border">
<stroke
android:width="1dp"
- android:color="@color/colorPrimaryDark"
+ android:color="@color/header_border"
android:dashWidth="2dp"
android:dashGap="6dp" />
android:tint="@color/header_border">
<stroke
android:width="8dp"
- android:color="@color/colorPrimaryDark"
+ android:color="@color/header_border"
android:dashWidth="16dp"
android:dashGap="8dp" />
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="---------"
+ android:textColor="@color/header_border"
android:textStyle="bold"
app:layout_constraintStart_toStartOf="parent"
tools:ignore="HardcodedText" />
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="--.--.----"
+ android:textColor="@color/header_border"
android:textStyle="bold"
app:layout_constraintEnd_toEndOf="parent"
tools:ignore="HardcodedText" />