1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 13:57:10 +09:00

move res from app to feature_editor

This commit is contained in:
Ivanov Konstantin 2019-03-24 14:49:50 +03:00
parent 3b100a13f2
commit d0febf7578
6 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/button_active" android:state_selected="true"/>
<item android:color="@color/button_active" android:state_pressed="true"/>
<item android:color="@color/button_not_active"/>
</selector>

View file

@ -3,4 +3,9 @@
<color name="colorPrimary">#7a1ced</color>
<color name="dark_gray">#222936</color>
<color name="colorAccent">#FF4081</color>
<color name="gray_background">#6a6962</color>
<color name="button_active">#ffbb2c</color>
<color name="button_not_active">#ACA996</color>
</resources>

View file

@ -1,3 +1,4 @@
<resources>
<string name="app_name">Editor</string>
<string name="editor_toolbar">button</string>
</resources>