mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
remove duplicate color
This commit is contained in:
parent
810570cf49
commit
876d10ee0d
2 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue