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

Commit 87457bf6 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Small fixes

parent bff9c87c
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2,12 +2,11 @@
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="26.086956"
    android:viewportHeight="26.086956"
    android:tint="#FFFFFF">
    android:viewportHeight="26.086956">
  <group android:translateX="1.0434783"
      android:translateY="1.0434783">
      <path
          android:fillColor="#FF000000"
          android:fillColor="#FFFFFFFF"
          android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/>
  </group>
</vector>
+1 −2
Original line number Diff line number Diff line
@@ -24,8 +24,7 @@
            android:theme="?attr/actionBarTheme"
            android:id="@+id/toolbar"
            android:layout_width="match_parent"
            android:layout_height="?attr/actionBarSize"
            android:background="?attr/colorPrimary"/>
            android:layout_height="?attr/actionBarSize"/>

    </com.google.android.material.appbar.AppBarLayout>

+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

        <com.google.android.material.tabs.TabLayout
            android:id="@+id/tabs"
            app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
            android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
            style="@style/tablayout"
            app:tabMode="scrollable"
            android:layout_width="match_parent"
+0 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@

<resources>

    <!-- AddAccountActivity -->

    <style name="account_list_card">
        <item name="android:layout_width">600dp</item>
    </style>
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (c) 2013 – 2015 Ricki Hirner (bitfire web engineering).
  ~ Copyright (c) Ricki Hirner (bitfire web engineering).
  ~ All rights reserved. This program and the accompanying materials
  ~ are made available under the terms of the GNU Public License v3.0
  ~ which accompanies this distribution, and is available at
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading