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

Commit ec9b5d35 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Refactor using android studio formatter

parent 10c59dac
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -19,10 +19,8 @@ subprojects {
        format("xml") {
            target("**/src/**/*.xml")
            targetExclude("**/build/", ".idea/", "**/target/")
            eclipseWtp('xml')
            trimTrailingWhitespace()
            leadingTabsToSpaces(4)
            endWithNewline()
            leadingTabsToSpaces()
        }

        groovyGradle {
+7 −4
Original line number Diff line number Diff line
<vector android:height="24dp" android:viewportHeight="960.0"
    android:viewportWidth="960.00006" android:width="24dp"
    xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="#ffffff"
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="960.00006"
    android:viewportHeight="960.0">
    <path
        android:fillColor="#ffffff"
        android:pathData="M749.5,27.9 L429.1,348.3 254.3,173.5 137.8,290 312.6,464.8 429.1,581.4 545.7,464.8 866.1,144.4 749.5,27.9zM245.9,500.5 L48,698.5l864,0 -197.9,-197.9 -139.4,0 -145.5,145.5 -145.5,-145.5 -37.6,0zM107.2,758.2 L48,817.4l864,0 -59.3,-59.2 -745.4,0zM48,936L48,936l864,0 -59.3,-59.2 -745.4,0z" />
</vector>
+144 −117

File changed.

Preview size limit exceeded, changes collapsed.

+4 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
    <alpha android:duration="@android:integer/config_shortAnimTime"
        android:fromAlpha="1.0" android:toAlpha="0.0" />
    <alpha
        android:duration="@android:integer/config_shortAnimTime"
        android:fromAlpha="1.0"
        android:toAlpha="0.0" />
</set>
+3 −5

File changed.

Preview size limit exceeded, changes collapsed.

Loading