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

Commit 89671ece authored by Stefan Niedermann's avatar Stefan Niedermann Committed by Niedermann IT-Dienstleistungen
Browse files

Adjust paddings all over the app

parent 723035cd
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -23,14 +23,16 @@
            android:id="@+id/tabs"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            app:tabIndicatorColor="@color/defaultBrand"
            android:background="?attr/colorPrimary" />
            android:background="?attr/colorPrimary"
            app:tabIndicatorColor="@color/defaultBrand" />
    </com.google.android.material.appbar.AppBarLayout>

    <androidx.viewpager.widget.ViewPager
        android:id="@+id/pager"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="?attr/colorPrimary" />
        android:background="?attr/colorPrimary"
        android:paddingStart="@dimen/spacer_1x"
        android:paddingEnd="@dimen/spacer_1x" />

</LinearLayout>
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:padding="@dimen/spacer_2x"
            android:paddingStart="@dimen/spacer_3x"
            android:paddingEnd="@dimen/spacer_3x"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:textColor="@color/fg_default"
            android:textIsSelectable="true"
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@
            android:gravity="top"
            android:inputType="textMultiLine|textCapSentences"
            android:padding="@dimen/spacer_2x"
            android:paddingStart="@dimen/spacer_3x"
            android:paddingEnd="@dimen/spacer_3x"
            android:textColor="@color/fg_default"
            android:theme="@style/textViewStyle"
            tools:text="@tools:sample/lorem/random" />
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:padding="@dimen/spacer_2x"
                android:paddingStart="@dimen/spacer_3x"
                android:paddingEnd="@dimen/spacer_3x"
                android:textAppearance="?android:attr/textAppearanceMedium"
                android:textColor="@color/fg_default"
                android:textIsSelectable="true"
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
    android:background="?attr/selectableItemBackground"
    android:orientation="horizontal"
    android:gravity="center"
    android:padding="@dimen/spacer_3x">
    android:padding="@dimen/spacer_2x">

    <FrameLayout
        android:layout_width="wrap_content"
@@ -36,7 +36,7 @@
    <LinearLayout
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/spacer_2x"
        android:layout_marginStart="@dimen/spacer_1x"
        android:layout_marginEnd="@dimen/spacer_2x"
        android:layout_weight="1"
        android:orientation="vertical">
Loading