mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 13:57:10 +09:00
Emoji transparency issue (#261)
This commit is contained in:
parent
adc0a01042
commit
c1ca2f3bf7
5 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:text="@string/sign_clock"
|
||||
android:textColor="@color/emoji_color"
|
||||
android:textSize="18sp" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:text="⏳"
|
||||
android:textColor="@color/emoji_color"
|
||||
android:textSize="18sp" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/emoji"
|
||||
android:textColor="@color/emoji_color"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center" />
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
android:gravity="center"
|
||||
android:layout_marginTop="45dp"
|
||||
android:text="✍️"
|
||||
android:textColor="@color/emoji_color"
|
||||
android:textSize="28sp" />
|
||||
|
||||
<com.agileburo.anytype.core_ui.widgets.text.TextInputWidget
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<color name="debug">#F44336</color>
|
||||
<color name="orange">#FFBB2C</color>
|
||||
<color name="white">#FFFFFF</color>
|
||||
<color name="black">#2C2B27</color>
|
||||
<color name="emoji_color">#FFFFFF</color>
|
||||
|
||||
<color name="default_bottom_detail_toolbar_background_color">#F3F2EC</color>
|
||||
<color name="chapter_default">#FFFFFF</color>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue