remove duplicate color

This commit is contained in:
AndyScherzinger 2018-07-05 16:21:54 +02:00
parent 810570cf49
commit 876d10ee0d
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
2 changed files with 1 additions and 2 deletions

View file

@ -40,7 +40,7 @@
android:paddingLeft="@dimen/standard_half_padding"
android:paddingRight="@dimen/standard_half_padding"
android:paddingStart="@dimen/standard_half_margin"
android:textColor="@color/standard_gray"
android:textColor="@color/standard_grey"
tools:text="@string/offline_mode" />
</LinearLayout>

View file

@ -32,7 +32,6 @@
<color name="transparent">#00000000</color>
<color name="secondaryTextColor">#a0a0a0</color>
<color name="highlight_textColor_Warning">#e53935</color>
<color name="standard_gray">#757575</color>
<!-- Colors -->
<color name="standard_grey">#757575</color>