Loading res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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> Loading res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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. --> Loading res/xml/activity_blocked_numbers.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading res/xml/add_blocked_number_dialog.xml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading res/xml/layout_blocked_number.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
res/values/strings.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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. --> Loading
res/xml/activity_blocked_numbers.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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" /> Loading
res/xml/add_blocked_number_dialog.xml +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
res/xml/layout_blocked_number.xml +3 −2 Original line number Diff line number Diff line Loading @@ -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 Loading