1
0
forked from GitHub/gf-core

a darker red in translation app: dictionary lookup for each word, identity if lookup fails

This commit is contained in:
aarne
2014-03-18 13:22:13 +00:00
parent 22e3eb2223
commit fd8cf9af58
4 changed files with 62 additions and 5 deletions

View File

@@ -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>