1
0
Fork 0
tt9/res/drawable/suggestion_separator.xml
Dimo Karaivanov 0126e3db64 * Candidates list no longer covers the application in use
* Changed the candidates list styles to match the application look and feel
2022-11-07 13:12:01 +02:00

5 lines
201 B
XML

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