Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce533a31 authored by Peter Vágner's avatar Peter Vágner
Browse files

Fixed some lint errors

parent 6186c987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ public abstract class PreferenceFragment extends Fragment {
    @Override
    public void onActivityCreated(Bundle savedInstanceState) {
        super.onActivityCreated(savedInstanceState);
        getListView().setScrollBarStyle(0);
        getListView().setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
        if (mHavePrefs) {
            bindPreferences();
        }
+8 −1
Original line number Diff line number Diff line
@@ -16,6 +16,13 @@
  -->

<resources>
    <string name="lib_name">microG UI Tools</string>
    <string name="lib_license">Apache License 2.0, Copyright © microG Team</string>

    <string name="about_version_str">Version %1$s</string>
    <string name="about_name_version_str">%1$s %2$s</string>
    <string name="about_default_license">All rights reserved.</string>

  <string name="prefcat_setup">Поставка</string>

  <string name="self_check_title">микроГ самопровера</string>