-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: fragment와 viewModel 생성 * ui: 짝꿍 만들기 1단계 ui 구현 * ui: 그라데이션 추가
- Loading branch information
1 parent
258cde3
commit 669fd83
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
presentation/mate/src/main/res/drawable/bg_white_gradient.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
|
||
<gradient | ||
android:startColor="#00FFFFFF" | ||
android:centerColor="#FFFFFF" | ||
android:endColor="#FFFFFF" | ||
android:angle="270"/> | ||
|
||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters