Verified Commit 28d62ada authored by clairehurst's avatar clairehurst 🌱 Committed by ma1
Browse files

[android] fixup! Modify UI/UX and Remove ability to submit site support requests

parent e1399600
Loading
Loading
Loading
Loading
+0 −55
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:aapt="http://schemas.android.com/aapt"
    android:width="108dp"
    android:height="108dp"
    android:viewportWidth="432"
    android:viewportHeight="432">
  <group android:scaleX="0.6439024"
      android:scaleY="0.6439024"
      android:translateX="76.917076"
      android:translateY="76.917076">
    <path
        android:pathData="M216,380C306.58,380 380,306.58 380,216C380,125.43 306.58,52 216,52C125.43,52 52,125.43 52,216C52,306.58 125.43,380 216,380Z">
      <aapt:attr name="android:fillColor">
        <gradient 
            android:startX="216"
            android:startY="380"
            android:endX="216"
            android:endY="52"
            android:type="linear">
          <item android:offset="0.33" android:color="#FF730BDA"/>
          <item android:offset="1" android:color="#FFB83DF5"/>
        </gradient>
      </aapt:attr>
    </path>
    <path
        android:pathData="M216,81.47C290.3,81.47 350.53,141.7 350.53,216C350.53,290.3 290.3,350.53 216,350.53V330.03C278.98,330.03 330.03,278.98 330.03,216C330.03,153.02 278.98,101.97 216,101.97V81.47Z"
        android:fillColor="#EACCFF"/>
    <path
        android:pathData="M216,131.76C262.53,131.76 300.24,169.47 300.24,216C300.24,262.53 262.53,300.24 216,300.24V279.74C251.2,279.74 279.74,251.2 279.74,216C279.74,180.8 251.2,152.26 216,152.26V131.76Z"
        android:fillColor="#EACCFF"/>
    <path
        android:pathData="M216,181.09C235.28,181.09 250.91,196.72 250.91,216C250.91,235.28 235.28,250.91 216,250.91V181.09Z"
        android:fillColor="#EACCFF"/>
    <path
        android:pathData="M216,52C133.92,52 67.38,118.83 67.38,201.27C67.38,283.7 133.92,350.53 216,350.53V52Z"
        android:fillColor="#BE6EF7"
        android:fillAlpha="0.4"/>
    <path
        android:pathData="M216,52C275.91,52 328.32,84.12 356.94,132.09V201.27C357.33,283.7 293.84,350.53 216,350.53L216,52Z">
      <aapt:attr name="android:fillColor">
        <gradient 
            android:startX="216"
            android:startY="201.27"
            android:endX="356.94"
            android:endY="201.27"
            android:type="linear">
          <item android:offset="0" android:color="#66550080"/>
          <item android:offset="0.17" android:color="#66550080"/>
          <item android:offset="0.33" android:color="#33550080"/>
          <item android:offset="0.5" android:color="#00550080"/>
        </gradient>
      </aapt:attr>
    </path>
  </group>
</vector>
+1 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@drawable/ic_launcher_background"/>
    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
    <monochrome android:drawable="@drawable/ic_launcher_monochrome_foreground" />

</adaptive-icon>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="@drawable/ic_launcher_background"/>
    <foreground android:drawable="@drawable/ic_launcher_foreground"/>
    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
 No newline at end of file
+7.18 KiB
Loading image diff...
+3.77 KiB
Loading image diff...
Loading