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:
parent
3b100a13f2
commit
d0febf7578
6 changed files with 12 additions and 0 deletions
6
feature_editor/src/main/res/color/button_tint.xml
Normal file
6
feature_editor/src/main/res/color/button_tint.xml
Normal 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>
|
|
@ -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>
|
|
@ -1,3 +1,4 @@
|
|||
<resources>
|
||||
<string name="app_name">Editor</string>
|
||||
<string name="editor_toolbar">button</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue