* Candidates list no longer covers the application in use
* Changed the candidates list styles to match the application look and feel
This commit is contained in:
parent
528ebb123b
commit
0126e3db64
12 changed files with 313 additions and 326 deletions
5
res/drawable/suggestion_separator.xml
Normal file
5
res/drawable/suggestion_separator.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<size android:width="1dip" />
|
||||
<solid android:color="@color/candidate_separator" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue