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

Commit 0089b1c3 authored by Mohamed's avatar Mohamed
Browse files

More UI tweaks

BUG:27829839
BUG:27831286
Change-Id: I25ce28cad8fa727ce8ca6ceebe9f0acca7f0dccd
parent 571d5e66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@

    <dimen name="blocked_numbers_large_padding">16dp</dimen>
    <dimen name="blocked_numbers_extra_large_padding">32dp</dimen>
    <dimen name="blocked_numbers_button_bottom_margin">20dp</dimen>
    <dimen name="blocked_numbers_dialog_padding">24dp</dimen>
    <dimen name="blocked_numbers_delete_icon_padding">12dp</dimen>
    <dimen name="blocked_numbers_progress_bar_padding">100dp</dimen>
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@
        device. -->
    <string name="non_primary_user">Only the device owner can view and manage blocked numbers.</string>
    <!-- Description of icon to delete blocked number. -->
    <string name="delete_icon_description">Tab to unblock</string>
    <string name="delete_icon_description">Unblock</string>
    <!-- Title for butter bar shown when call blocking is disabled. -->
    <string name="blocked_numbers_butter_bar_title">Blocking temporarily off</string>
    <!-- Explanation for butter bar shown when call blocking is disabled. -->
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:text="@string/block_number"
                        android:paddingBottom="@dimen/blocked_numbers_extra_large_padding"
                        android:layout_marginBottom="@dimen/blocked_numbers_button_bottom_margin"
                        style="@style/BlockedNumbersButton"
                        android:background="?android:attr/selectableItemBackgroundBorderless" />

+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/add_blocked_dialog_body"
            android:paddingTop="@dimen/blocked_numbers_large_padding"
            android:paddingBottom="@dimen/blocked_numbers_large_padding"
            style="@style/BlockedNumbersTitleText" />
    <EditText
+3 −2
Original line number Diff line number Diff line
@@ -20,14 +20,15 @@
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:focusable="true"
    style="@style/BlockedNumbersText" >
    style="@style/BlockedNumbersText"
    android:gravity="start">

    <TextView
        android:id="@+id/blocked_number"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:paddingBottom="@dimen/blocked_numbers_extra_large_padding"
        android:paddingTop="@dimen/blocked_numbers_delete_icon_padding"
        android:layout_toLeftOf="@+id/delete" />

    <ImageView