Loading res/layout/call_detail.xml +3 −3 Original line number Diff line number Diff line Loading @@ -73,10 +73,10 @@ </view> <LinearLayout android:id="@+id/blue_separator" android:id="@+id/separator" android:layout_width="match_parent" android:layout_height="1dip" android:background="@android:color/holo_blue_light" android:background="@color/background_dialer_light" android:layout_below="@+id/contact_background_sizer" /> <View Loading Loading @@ -126,7 +126,7 @@ android:id="@+id/voicemail_container" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/blue_separator" android:layout_below="@id/separator" android:paddingBottom="@dimen/call_detail_button_spacing"> <!-- The voicemail fragment will be put here. --> </LinearLayout> Loading src/com/android/dialer/CallDetailActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -567,7 +567,7 @@ public class CallDetailActivity extends Activity implements ProximitySensorAware private View mControls = findViewById(R.id.controls); private View mPhoto = findViewById(R.id.contact_background_sizer); private View mHeader = findViewById(R.id.photo_text_bar); private View mSeparator = findViewById(R.id.blue_separator); private View mSeparator = findViewById(R.id.separator); @Override public void setOffset(int offset) { Loading Loading
res/layout/call_detail.xml +3 −3 Original line number Diff line number Diff line Loading @@ -73,10 +73,10 @@ </view> <LinearLayout android:id="@+id/blue_separator" android:id="@+id/separator" android:layout_width="match_parent" android:layout_height="1dip" android:background="@android:color/holo_blue_light" android:background="@color/background_dialer_light" android:layout_below="@+id/contact_background_sizer" /> <View Loading Loading @@ -126,7 +126,7 @@ android:id="@+id/voicemail_container" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/blue_separator" android:layout_below="@id/separator" android:paddingBottom="@dimen/call_detail_button_spacing"> <!-- The voicemail fragment will be put here. --> </LinearLayout> Loading
src/com/android/dialer/CallDetailActivity.java +1 −1 Original line number Diff line number Diff line Loading @@ -567,7 +567,7 @@ public class CallDetailActivity extends Activity implements ProximitySensorAware private View mControls = findViewById(R.id.controls); private View mPhoto = findViewById(R.id.contact_background_sizer); private View mHeader = findViewById(R.id.photo_text_bar); private View mSeparator = findViewById(R.id.blue_separator); private View mSeparator = findViewById(R.id.separator); @Override public void setOffset(int offset) { Loading