먼저 소스입니다..

<?xml version="1.0" encoding="UTF-8"?>
<RelativeLayout android:id="@id/root" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <RelativeLayout android:id="@id/input_window" android:background="@android:drawable/bottom_bar" android:paddingTop="5.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true">
        <ImageButton android:id="@id/media_send" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/btn_send_media" android:layout_alignParentLeft="true" />
        <Button android:id="@id/send" android:layout_width="60.0dip" android:layout_height="wrap_content" android:text="@string/text_for_sending_message" android:layout_alignParentRight="true" />
        <EditText android:id="@id/input_box" android:layout_width="fill_parent" android:layout_height="wrap_content" android:maxLines="2" android:layout_toLeftOf="@id/send" android:layout_toRightOf="@id/media_send" android:inputType="textMultiLine" />
    </RelativeLayout>
    <FrameLayout android:orientation="vertical" android:background="@drawable/splash2" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_above="@id/input_window" android:layout_alignParentTop="true"
      xmlns:android="http://schemas.android.com/apk/res/android">
        <ListView android:id="@android:id/list" android:background="@drawable/chat_room_bg" android:layout_width="fill_parent" android:layout_height="fill_parent" android:transcriptMode="alwaysScroll" android:cacheColorHint="#00000000" android:divider="#00ffffff" android:dividerHeight="0.0dip" />
    </FrameLayout>
</RelativeLayout>

기존 메신저 채팅배경변경 기능이없어서.. (배포용App)  배경변경해서 쓰려고
수정중인데요.. 워~~~낙 허뎝이라
짧은 지식과 여기저기 조은분들에게 정보공유 하여 짜집기 했는데요..

대화창 배경에서 키패드가 뜨면 배경비율이 찌그러지네요.

키패드는 뜨면서 배경비율은 그대로 유지되게 (키패드가 배경위로 겹치게) 하려면
어떤소스값을 넣어야 하는지.. 여기저기 지식인들 여쭤보고 검색해봐도 답이 안나오네요..
대체 어떤 소스인지..

워낙 초보라.. 어디에 어떤값을 넣어야 하는지 설명주실분 계신가요..ㅡㅜ
조은하루 보내세요.



p.s 혹시 입력키패드 투명도조절도 가능할까요? 혹 가능하다면 어떤소스인지...