Align entry count with the rest of the text in dictionary listview
CHANGELOG.md
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 | 15 | * Fix default radical button size which was too small. | |
16 | + | ||
17 | + | ### UI Fixes | |
18 | + | ||
16 | 19 | * Fix white on white text display on some older devices. | |
20 | + | * Fix alignment in dictionary list. | |
17 | 21 | ||
18 | 22 | ### Features | |
19 | 23 |
app/src/main/res/layout/layout_dictionary.xml
47 | 47 | <LinearLayout | |
48 | 48 | android:layout_width="match_parent" | |
49 | 49 | android:layout_height="wrap_content" | |
50 | - | android:orientation="horizontal"> | |
50 | + | android:orientation="horizontal" | |
51 | + | android:layout_marginStart="8dp" | |
52 | + | android:layout_marginLeft="8dp" | |
53 | + | android:layout_marginTop="8dp" | |
54 | + | android:layout_marginEnd="8dp" | |
55 | + | android:layout_marginRight="8dp"> | |
51 | 56 | <TextView | |
52 | 57 | android:id="@+id/file_size_view" | |
53 | 58 | android:layout_width="0dp" |