Lock drawer as open in tablets

This commit is contained in:
uberspot
2014-03-16 23:35:14 +02:00
parent e387dd7c54
commit cea62b1857
21 changed files with 862 additions and 691 deletions

View File

@@ -37,7 +37,6 @@ public class ActionBarHelper {
* @param activity
*/
public static void setBackButton(ActionBarActivity activity) {
// set actionbar without home button if called from another app
final ActionBar actionBar = activity.getSupportActionBar();
Log.d(Constants.TAG, "calling package (only set when using startActivityForResult)="
+ activity.getCallingPackage());