diff --git a/README.md b/README.md index 0217d3f13..7f1c5431b 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ i.putExtra(Libs.BUNDLE_VERSION, true); //Display the library license (OPTIONAL i.putExtra(Libs.BUNDLE_LICENSE, true); +//Set a title (OPTIONAL) +i.putExtra(Libs.BUNDLE_TITLE, "Open Source"); + //Pass your theme (OPTIONAL) i.putExtra(Libs.BUNDLE_THEME, android.R.style.Theme_Holo); //Pass a custom Accentcolor (OPTIONAL) @@ -105,7 +108,8 @@ You can also find a sample in one of my other open source projects here: [LINK]( ```xml - + + Jake Wharton http://jakewharton.com/ @@ -113,24 +117,12 @@ You can also find a sample in one of my other open source projects here: [LINK]( ActionBarSherlock is an standalone library designed to facilitate the use of the action bar design pattern across all versions of Android through a single API. 4.3.1 http://actionbarsherlock.com/ - Apache Version 2.0 - www.apache.org/licenses/LICENSE-2.0.html - Copyright 2012 Jake Wharton - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + + apache_2_0 + + true https://github.com/JakeWharton/ActionBarSherlock - ```