마이페이지 탭에 보이스 크리에이터 지원하기 배너 추가
This commit is contained in:
BIN
app/src/main/res/drawable-mdpi/img_apply_creator.png
Normal file
BIN
app/src/main/res/drawable-mdpi/img_apply_creator.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -358,6 +358,16 @@
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_apply_creator"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginHorizontal="24dp"
|
||||
android:layout_marginBottom="32dp"
|
||||
android:contentDescription="@null"
|
||||
android:src="@drawable/img_apply_creator" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/iv_introduce_voiceon"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user