am 37b2bac3: am a433be70: Merge "Update custom cling params" into jb-mr1-dev

* commit '37b2bac33e90411f2bfd0ee1117b595dcc2b50d5':
  Update custom cling params
This commit is contained in:
Michael Jurka
2012-10-10 14:20:26 -07:00
committed by Android Git Automerger
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -25,6 +25,7 @@
<!-- entries for custom clings, will be set in overlays --> <!-- entries for custom clings, will be set in overlays -->
<add-resource type="dimen" name="custom_cling_margin_top" /> <add-resource type="dimen" name="custom_cling_margin_top" />
<add-resource type="dimen" name="custom_cling_margin_right" /> <add-resource type="dimen" name="custom_cling_margin_right" />
<add-resource type="dimen" name="custom_cling_margin_left" />
<!-- Workspace --> <!-- Workspace -->
<!-- qsb_bar_height_inset represents qsb_bar_height minus the padding <!-- qsb_bar_height_inset represents qsb_bar_height minus the padding
-1
View File
@@ -55,7 +55,6 @@ import android.graphics.Rect;
import android.graphics.drawable.Drawable; import android.graphics.drawable.Drawable;
import android.net.Uri; import android.net.Uri;
import android.os.AsyncTask; import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle; import android.os.Bundle;
import android.os.Environment; import android.os.Environment;
import android.os.Handler; import android.os.Handler;