Incoming call resources for older devices.
Nexus one crashes otherwise.
BIN
res/drawable/jog_tab_bar_left_end_confirm_green.9.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/drawable/jog_tab_bar_left_end_normal.9.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
res/drawable/jog_tab_bar_left_end_pressed.9.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
res/drawable/jog_tab_bar_right_end_confirm_red.9.png
Normal file
After Width: | Height: | Size: 3.1 KiB |
BIN
res/drawable/jog_tab_bar_right_end_normal.9.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
res/drawable/jog_tab_bar_right_end_pressed.9.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
res/drawable/jog_tab_left_confirm_green.png
Executable file
After Width: | Height: | Size: 4.4 KiB |
BIN
res/drawable/jog_tab_left_normal.png
Executable file
After Width: | Height: | Size: 3.6 KiB |
BIN
res/drawable/jog_tab_left_pressed.png
Executable file
After Width: | Height: | Size: 3.8 KiB |
BIN
res/drawable/jog_tab_right_confirm_red.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
res/drawable/jog_tab_right_normal.png
Executable file
After Width: | Height: | Size: 3.3 KiB |
BIN
res/drawable/jog_tab_right_pressed.png
Executable file
After Width: | Height: | Size: 3.5 KiB |
BIN
res/drawable/jog_tab_target_green.png
Normal file
After Width: | Height: | Size: 710 B |
BIN
res/drawable/jog_tab_target_red.png
Normal file
After Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 2.5 KiB |
|
@ -60,14 +60,14 @@
|
|||
android:text="@string/show_send_dtmfs_button" android:drawableTop="@drawable/numpad_big" />
|
||||
</LinearLayout>
|
||||
|
||||
<FrameLayout android:id="@+id/incall_picture_box" android:layout_above="@id/conf_terminate_row"
|
||||
<FrameLayout android:id="@+id/incall_picture_box"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content"
|
||||
android:layout_centerInParent="true">
|
||||
android:layout_centerInParent="true" android:paddingBottom="30sp">
|
||||
<ImageView android:id="@+id/incall_picture" android:visibility="gone"
|
||||
android:layout_height="wrap_content" android:layout_width="wrap_content"
|
||||
android:layout_gravity="center" android:scaleType="fitCenter"
|
||||
android:padding="10sp" android:minWidth="192px" android:minHeight="192px"
|
||||
android:paddingBottom="50sp" />
|
||||
android:minWidth="192px" android:minHeight="192px"
|
||||
/>
|
||||
</FrameLayout>
|
||||
|
||||
<ListView android:id="@android:id/list"
|
||||
|
|