Fix default radical button size
CHANGELOG.md
12 | 12 | icons. | |
13 | 13 | * Fix a crash on notification on older devices, caused by the use of a vector | |
14 | 14 | icon in the notification, which was not supported. | |
15 | + | * Fix default radical button size which was too small. | |
15 | 16 | ||
16 | 17 | Changes In 0.2.2.1 | |
17 | 18 | ------------------ |
app/src/main/res/xml/preferences.xml
5 | 5 | android:entryValues="@array/pref_rad_size_values" | |
6 | 6 | android:key="rad_size" | |
7 | 7 | android:title="@string/pref_rad_size" | |
8 | - | android:defaultValue="66" | |
8 | + | android:defaultValue="122" | |
9 | 9 | android:icon="@drawable/ic_rad"/> | |
10 | 10 | </PreferenceScreen> | |
10 | 10 | = | |
11 | 11 | = | \ No newline at end of file |