mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-17 05:50:12 -06:00
a darker red in translation app: dictionary lookup for each word, identity if lookup fails
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<corners android:radius="4dp" />
|
||||
<solid android:color="#FF303e" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user