From 3a3d478a4b8805992f9558fa8128261970d2ee99 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Tue, 2 Jan 2018 20:45:07 -0800 Subject: More app bar support in GlifLayout - Add app:suwStickyHeader attribute to GlifLayout to specify a custom app bar layout, which can be a Toolbar. - Create indirection attribute ?attr/suwGlifIconStyle to allow apps to override the GLIF icon style. Test: ./gradlew test Bug: 68826871 Change-Id: I6384db970582c56431b6085bb172f6ca28099f9d --- library/main/res/layout/suw_glif_blank_template_content.xml | 5 +++++ library/main/res/layout/suw_glif_header.xml | 2 +- library/main/res/layout/suw_glif_list_template_content.xml | 5 +++++ library/main/res/layout/suw_glif_template_content.xml | 5 +++++ library/main/res/values/attrs.xml | 4 +++- 5 files changed, 19 insertions(+), 2 deletions(-) (limited to 'library/main/res') diff --git a/library/main/res/layout/suw_glif_blank_template_content.xml b/library/main/res/layout/suw_glif_blank_template_content.xml index ed81126..6d864cd 100644 --- a/library/main/res/layout/suw_glif_blank_template_content.xml +++ b/library/main/res/layout/suw_glif_blank_template_content.xml @@ -21,6 +21,11 @@ android:layout_height="match_parent" android:orientation="vertical"> + + + + + + + - + @@ -104,6 +105,7 @@ + -- cgit v1.2.3