From 056073538026cbc1561611c25dee3782c5b22d9e Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 22 Feb 2020 18:37:49 +0800 Subject: Revert the change to make some activities immersive. --- .../res/layout/activity_create_multi_reddit.xml | 24 +++++----------------- app/src/main/res/layout/activity_post_image.xml | 24 +++++----------------- app/src/main/res/layout/activity_post_link.xml | 24 +++++----------------- app/src/main/res/layout/activity_post_text.xml | 24 +++++----------------- app/src/main/res/layout/activity_post_video.xml | 24 +++++----------------- 5 files changed, 25 insertions(+), 95 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_create_multi_reddit.xml b/app/src/main/res/layout/activity_create_multi_reddit.xml index 24c69355..5a06e5ec 100644 --- a/app/src/main/res/layout/activity_create_multi_reddit.xml +++ b/app/src/main/res/layout/activity_create_multi_reddit.xml @@ -8,37 +8,23 @@ tools:context=".Activity.CreateMultiRedditActivity"> - - - - - + android:layout_height="?attr/actionBarSize" + app:popupTheme="@style/AppTheme.PopupOverlay" + app:navigationIcon="?attr/homeAsUpIndicator" /> - - - - - + android:layout_height="?attr/actionBarSize" + app:popupTheme="@style/AppTheme.PopupOverlay" + app:navigationIcon="?attr/homeAsUpIndicator" /> - - - - - + android:layout_height="?attr/actionBarSize" + app:popupTheme="@style/AppTheme.PopupOverlay" + app:navigationIcon="?attr/homeAsUpIndicator" /> - - - - - + android:layout_height="?attr/actionBarSize" + app:popupTheme="@style/AppTheme.PopupOverlay" + app:navigationIcon="?attr/homeAsUpIndicator" /> - - - - - + android:layout_height="?attr/actionBarSize" + app:popupTheme="@style/AppTheme.PopupOverlay" + app:navigationIcon="?attr/homeAsUpIndicator" />