clickable option text

This commit is contained in:
Kasun 2019-08-09 15:01:48 +05:30
parent 57450b029d
commit 3c51d0ac35
2 changed files with 3 additions and 0 deletions

View File

@ -311,6 +311,8 @@ public class ContentSettingsFragment extends Fragment implements ScreenShotable
editor.apply();
}
});
final LinearLayout set_auto_backup_text = rootView.findViewById(R.id.set_auto_backup_text);
set_auto_backup_text.setOnClickListener(view -> set_auto_backup.performClick());
TagsEditText set_featured_tags = rootView.findViewById(R.id.set_featured_tags);

View File

@ -964,6 +964,7 @@
android:textSize="16sp"
android:layout_height="wrap_content" />
<LinearLayout
android:id="@+id/set_auto_backup_text"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="wrap_content"