diff options
author | Andrew Lee <anwlee@google.com> | 2015-10-26 17:57:50 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-10-28 14:22:13 -0700 |
commit | 6d13e7f7560169826a9cec38ec654d63d4b38873 (patch) | |
tree | a70a3fe55b3b2a3b816585dadcde0290d721cf0e /res | |
parent | 0cef51c2037e094c4d8e31565de78a5ef1cf4de9 (diff) |
Fix blocked numbers rotation jank.
+ Saved search term.
+ Fix padding/shadow jank between rotations.
+ Fix title disappearing for import on rotation.
Bug: 24910704
Change-Id: Ib683bd07ad629917ac429a5f33be54ecf781e33d
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/blocked_number_fragment.xml | 1 | ||||
-rw-r--r-- | res/layout/blocked_numbers_activity.xml | 3 | ||||
-rw-r--r-- | res/layout/view_numbers_to_import_fragment.xml | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/blocked_number_fragment.xml b/res/layout/blocked_number_fragment.xml index 7aff06ec7..4bc20857e 100644 --- a/res/layout/blocked_number_fragment.xml +++ b/res/layout/blocked_number_fragment.xml @@ -18,7 +18,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:paddingTop="?android:attr/actionBarSize" android:background="@color/blocked_number_background"> <ListView android:id="@id/android:list" diff --git a/res/layout/blocked_numbers_activity.xml b/res/layout/blocked_numbers_activity.xml index b5810b7fa..d28eaf879 100644 --- a/res/layout/blocked_numbers_activity.xml +++ b/res/layout/blocked_numbers_activity.xml @@ -17,5 +17,6 @@ <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/blocked_numbers_activity_container" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:layout_marginTop="@dimen/action_bar_height"> </FrameLayout> diff --git a/res/layout/view_numbers_to_import_fragment.xml b/res/layout/view_numbers_to_import_fragment.xml index c79e69af9..1836f8dbd 100644 --- a/res/layout/view_numbers_to_import_fragment.xml +++ b/res/layout/view_numbers_to_import_fragment.xml @@ -18,7 +18,6 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:paddingTop="?android:attr/actionBarSize" android:background="@color/blocked_number_background"> <ListView android:id="@id/android:list" |