소스 검색

log

master
NXX 1 년 전
부모
커밋
6339b84827
2개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. +11
    -1
      app/src/main/res/layout/activity_login.xml
  2. BIN
     

+ 11
- 1
app/src/main/res/layout/activity_login.xml 파일 보기

@@ -15,10 +15,11 @@
android:layout_width="400dp"
android:layout_height="300dp"
android:layout_margin="20dip"
android:layout_centerHorizontal="true"
android:layout_centerInParent="true"
android:background="@mipmap/bk1"
android:orientation="vertical"
android:padding="40dip" >

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -101,4 +102,13 @@
</LinearLayout>

</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"
android:background="@mipmap/bg_milk"
android:alpha="0.2">


</LinearLayout>
</RelativeLayout>


불러오는 중...
취소
저장