commit | 03527a1c5ca870353671fd8b97a08a989fe62012 | [log] [tgz] |
---|---|---|
author | Chris Banes <chrisbanes@google.com> | Tue Apr 30 11:31:28 2013 +0100 |
committer | Chris Banes <chrisbanes@google.com> | Wed May 01 10:04:46 2013 +0100 |
tree | 89031727c2bd2fc7cbe2a5c92d21d2e382ba3f39 | |
parent | 92b0494d041a61ec52cd6a3594f49992f0e2c125 [diff] |
Fix provided MenuInflater for Fragments This commit fixes the type of MenuInflater that is given to fragments when using ActionBarActivity. Currently, the platform version of MenuInflater is passed through, whereas SupportMenuInflater should be. Change-Id: I7a4504aeae2795e8d9d6f4cd4ecd20b8d4ea7602 Signed-off-by: Chris Banes <chrisbanes@google.com>