소스 검색

[위젯][Bug] 이미지 센터 크롭

hyodong.min 6 년 전
부모
커밋
ac0514ee02
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/src/main/res/layout/lifeplus_widget.xml

+ 1 - 0
app/src/main/res/layout/lifeplus_widget.xml

@@ -18,6 +18,7 @@
       android:layout_width="match_parent"
       android:layout_height="match_parent"
       tools:src="@drawable/img_banner_mycoin"
+      android:scaleType="centerCrop"
       tools:visibility="visible"
       />
   </FrameLayout>