Android Kotlin 기초 - LinearLayout
본문 바로가기

카테고리 없음

Android Kotlin 기초 - LinearLayout

728x90
반응형

Android Kotlin 기초 - LinearLayout - center_vertical 

 

Android Kotlin 기초 - LinearLayout

Android Kotlin 기초 - LinearLayout <?xml version="1.0" encoding="utf-8"?>

violinmuseum.tistory.com

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity"
    android:orientation="horizontal"
    android:weightSum="1"
    android:gravity="center_vertical">

    <!--  android:gravity="center_horizontal"  -->
    <!--  android:gravity="center"  -->
    <!--  android:gravity="center_vertical"  -->

    <View
        android:layout_width="50dp"
        android:layout_height="50dp"
        android:background="#F44336" />

    <View
        android:layout_width="50dp"
        android:layout_height="50dp"
        android:background="#FFEB3B" />

    <View
        android:layout_width="50dp"
        android:layout_height="50dp"
        android:background="#3F51B5" />

</LinearLayout>

 

앱개발 - 개발의뢰 react native  - 첫미팅 50,000원 

http://www.silsiganplay.com/product/detail.html?product_no=37&cate_no=47&display_group=2 

 

App Development 첫거래 미팅

상품요약정보 미팅후 -계약시 50,000원 게약금 포함_ 계약시 5,000,000원, 1개월 후 5,000,000원 ,2개월 후5,000,000원 = 총금액 15,000,000원

www.silsiganplay.com

http://violinmuseumshop.com/product/app-development-meeting-usd-50/37/?cate_no=276&display_group=1 

 

App Development Meeting USD 50

Exchange Refund 1. Address for returns and exchanges:- [03727] 서울특별시 서대문구 성산로20길 9 (창천동) 서대문우체국 사서함 152. Requirements:Please take into consideration that we only accept qualifying returns but not exchanges.

violinmuseumshop.com

 

 

 

728x90
반응형