* Multilingual backend support with initial Russian language support * Updater service to update the database in the background, and overhauled backend access * Fixed long pressing numbers in Lang mode would not input digit * Fixed Add Word not behaving as you would expect * Some other minor fixes
9 lines
270 B
XML
9 lines
270 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<!-- Gradient Bg for button -->
|
|
<gradient
|
|
android:startColor="#8C8E8C"
|
|
android:endColor="#636163"
|
|
android:angle="90" />
|
|
</shape>
|