mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
remove redundant color resource
This commit is contained in:
parent
0e8a920b68
commit
4bb8e2f0e4
3 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@color/colorDebugBackground"
|
||||
android:background="@color/colorAdvancedBackground"
|
||||
>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
<color name="colorPrimaryDark">#141414</color>
|
||||
<color name="colorMsg">#212121</color>
|
||||
<color name="colorMyMsg">#28463C</color>
|
||||
<color name="colorDebugBackground">#141414</color>
|
||||
<color name="colorAdvancedBackground">#141414</color>
|
||||
<color name="colorIconTint">#FFFFFF</color>
|
||||
<color name="colorMenuItem">#FFFFFF</color>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
<color name="colorPrimaryDark">#67EA94</color>
|
||||
<color name="colorMsg">#F2F2F2</color>
|
||||
<color name="colorMyMsg">#EDEAF4</color>
|
||||
<color name="colorDebugBackground">#FFFFFF</color>
|
||||
<color name="colorAdvancedBackground">#FFFFFF</color>
|
||||
<color name="colorIconTint">#000000</color>
|
||||
<color name="colorMenuItem">#000000</color>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue