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

Commit e3c7578b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix height of "add blocked number" button on the blocked numbers screen."

parents a017a975 3389cb09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@
                    <TextView
                            android:id="@+id/add_blocked"
                            android:layout_width="wrap_content"
                            android:layout_height="48dp"
                            android:layout_height="wrap_content"
                            android:text="@string/block_number"
                            android:layout_marginBottom="@dimen/blocked_numbers_button_bottom_margin"
                            android:paddingTop="@dimen/blocked_numbers_button_large_padding"