안녕하세요, 개덩이입니다..
DatePicker를 추가했는데, 아래와 같이 날짜 양 옆의 배경이 깨져나옵니다.
XML을 별 다른 거 없습니다..
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_000000_a50" >
<LinearLayout
android:id="@+id/dpLayout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:background="@drawable/cafe_pop_bg_box08"
android:gravity="center" >
<DatePicker
android:id="@+id/dpDate"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
</RelativeLayout>
어떤 설정을 더 해 줘야 하는지 알려주시면 감사하겠습니다.
