Make sure text and radio button are aligned in importer dialog

This commit is contained in:
Alexander Bakker 2021-05-09 11:58:24 +02:00
parent 7dff3fbad1
commit d152d13580

View file

@ -3,5 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:checkMark="?android:attr/listChoiceIndicatorSingle">
</CheckedTextView>