From c07d6bee10c8d50c41d1513e6b8c8e9f85d3107e Mon Sep 17 00:00:00 2001 From: calderwoodra Date: Tue, 9 Jan 2018 10:38:37 -0800 Subject: Implemented Bottom Nav in Dialer NUI. Bug: 64655802 Test: existing PiperOrigin-RevId: 181339724 Change-Id: I05c48d0a046010baf6b6593de3b934fdaf3e9f08 --- .../dialer/main/impl/res/layout/main_activity.xml | 73 +++++++++------------- 1 file changed, 31 insertions(+), 42 deletions(-) (limited to 'java/com/android/dialer/main/impl/res/layout/main_activity.xml') diff --git a/java/com/android/dialer/main/impl/res/layout/main_activity.xml b/java/com/android/dialer/main/impl/res/layout/main_activity.xml index 73b2eae33..969bbe413 100644 --- a/java/com/android/dialer/main/impl/res/layout/main_activity.xml +++ b/java/com/android/dialer/main/impl/res/layout/main_activity.xml @@ -14,55 +14,44 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License --> - - + android:minHeight="?attr/actionBarSize" + android:background="@color/dialer_theme_color" + app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" + app:popupTheme="@style/ThemeOverlay.AppCompat.Light"/> - - - - - - - - + android:layout_height="match_parent" + android:layout_below="@+id/toolbar" + android:layout_above="@+id/bottom_nav_bar"/> - + - - - \ No newline at end of file + + \ No newline at end of file -- cgit v1.2.3