mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 19:45:09 +01:00
fb529f52d3
Removing some of the unused, removing the prefixes on some strings Cleaning up some of the unused resoures and dialogs
9 lines
417 B
XML
9 lines
417 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.material.checkbox.MaterialCheckBox
|
|
android:id="@+id/auto_checkbox"
|
|
android:layout_marginStart="8dp"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/notify_extension_updates">
|
|
|
|
</com.google.android.material.checkbox.MaterialCheckBox> |