Remove STOPSHIPs

Bug 3335094
Bug 3335069

Change-Id: I307a762a83ca7fa94cf62f1d80f32a2b3f30b27a
This commit is contained in:
Makoto Onuki 2011-01-10 14:29:39 -08:00
parent 285fac8554
commit 42c6881494
5 changed files with 1 additions and 6 deletions

View File

@ -174,7 +174,6 @@
android:layout_height="match_parent"
android:layout_width="0dip"
android:layout_weight="1" />
<!-- STOPSHIP Need icon -->
<Button
android:id="@+id/add_attachment"
android:text="@string/add_attachment_action"

View File

@ -16,7 +16,6 @@
<!-- xlarge, landscape -->
<resources>
<!-- message compose STOPSHIP not final -->
<dimen name="message_compose_paper_width">800dip</dimen>
<dimen name="message_compose_field_label_width">120dip</dimen>

View File

@ -16,8 +16,7 @@
<!-- xlarge, portrait -->
<resources>
<!-- message compose STOPSHIP not final -->
<dimen name="message_compose_paper_width">700dip</dimen>
<dimen name="message_compose_paper_width">700dip</dimen> <!-- STOPSHIP not pixelperfect -->
<dimen name="message_compose_field_label_width">120dip</dimen>
<!-- XL activity dimensions -->

View File

@ -59,7 +59,6 @@
<item name="android:background">?android:attr/dividerHorizontal</item>
</style>
<!-- Message compose STOPSHIP not final -->
<style name="message_compose_horizontal_divider">
<item name="android:layout_height">wrap_content</item>
<item name="android:background">?android:attr/dividerHorizontal</item>

View File

@ -44,7 +44,6 @@ import android.widget.LinearLayout;
public class ThreePaneLayout extends LinearLayout implements View.OnClickListener {
private static final boolean ANIMATION_DEBUG = false; // DON'T SUBMIT WITH true
// STOPSHIP Make sure we're using the same parameters as gmail does
private static final int ANIMATION_DURATION = ANIMATION_DEBUG ? 1000 : 80;
private static final TimeInterpolator INTERPOLATOR = new DecelerateInterpolator(1.5f);