Fix lint issues
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user