Align entry count with the rest of the text in dictionary listview

Julien LepillerFri Jun 05 22:59:23+0200 2020

02ef475

Align entry count with the rest of the text in dictionary listview

CHANGELOG.md

1313
* Fix a crash on notification on older devices, caused by the use of a vector
1414
  icon in the notification, which was not supported.
1515
* Fix default radical button size which was too small.
16+
17+
### UI Fixes
18+
1619
* Fix white on white text display on some older devices.
20+
* Fix alignment in dictionary list.
1721
1822
### Features
1923

app/src/main/res/layout/layout_dictionary.xml

4747
        <LinearLayout
4848
            android:layout_width="match_parent"
4949
            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">
5156
            <TextView
5257
                android:id="@+id/file_size_view"
5358
                android:layout_width="0dp"