Fix lint issues

This commit is contained in:
2018-02-27 12:54:30 +01:00
parent d7b7b11cdf
commit 0d1cfff883
13 changed files with 17 additions and 57 deletions

View File

@ -50,14 +50,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
android:text="SIMPLE"/>
android:text="@string/encoding_simple"/>
<RadioButton
android:id="@+id/extended"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
android:text="EXTENDED"/>
android:text="@string/encoding_extended"/>
</RadioGroup>