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

Commit 95744749 authored by Weng Su's avatar Weng Su Committed by Android (Google) Code Review
Browse files

Merge "[Provider Model] Update fix connectivity icon" into sc-dev

parents 3da3bf7a 6800ef38
Loading
Loading
Loading
Loading
+29 −0
Original line number Diff line number Diff line
@@ -19,8 +19,11 @@
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
        android:tint="?android:attr/colorAccent">
    android:tint="?android:attr/colorControlNormal">
  <path
        android:fillColor="@android:color/white"
        android:pathData="M13,9v2h7V4h-2v2.74C16.53,5.07 14.4,4 12,4c-2.21,0 -4.21,0.9 -5.66,2.34S4,9.79 4,12c0,4.42 3.58,8 8,8 2.21,0 4.21,-0.9 5.66,-2.34l-1.42,-1.42C15.15,17.33 13.65,18 12,18c-3.31,0 -6,-2.69 -6,-6 0,-1.65 0.67,-3.15 1.76,-4.24C8.85,6.67 10.35,6 12,6c2.21,0 4.15,1.21 5.19,3H13z"/>
      android:fillColor="@android:color/black"
      android:pathData="M12,5c3.53,0 6.44,2.61 6.93,6h2.02c-0.5,-4.5 -4.31,-8 -8.95,-8c-4.97,0 -9,4.03 -9,9c0,3.48 1.98,6.5 4.87,8H5v2h6v-6H9v2.33C6.64,17.2 5,14.79 5,12C5,8.13 8.13,5 12,5z"/>
  <path
      android:fillColor="@android:color/black"
      android:pathData="M22.16,16.5c0,1.93 -1.57,3.5 -3.5,3.5c-0.41,0 -0.8,-0.08 -1.16,-0.21l-2.34,2.33L13.04,20l2.33,-2.34c-0.13,-0.36 -0.21,-0.75 -0.21,-1.16c0,-1.93 1.57,-3.5 3.5,-3.5c0.58,0 1.12,0.16 1.6,0.41l-2.7,2.7l1.49,1.49l2.7,-2.7C22,15.38 22.16,15.92 22.16,16.5z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -1129,7 +1129,7 @@ public class NetworkProviderSettings extends RestrictedSettingsFragment
    @Override
    public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
        MenuItem item = menu.add(0, MENU_FIX_CONNECTIVITY, 0, R.string.fix_connectivity);
        item.setIcon(R.drawable.ic_refresh_24dp);
        item.setIcon(R.drawable.ic_repair_24dp);
        item.setShowAsAction(MenuItem.SHOW_AS_ACTION_ALWAYS);
        super.onCreateOptionsMenu(menu, inflater);
    }