어도비일러스트공부중

어도비일러스트공부중

  • 분류 전체보기
    • 터치디자이너
    • DATA MINING
    • 어도비
      • 1) 일러스트 툴, 기능
      • 2) 포토샵 툴, 기능
      • 3) GTQ&GTQi
      • 4) AfterEffects 애프터이펙트
      • 5) 프리미어프로
      • 작업물
      • 영상 디자인 이론과 소스
    • Flutter 플러터
      • 플러터 기능별 정리
      • 플러터 공부기록
      • 플러터 몰랐던 것
      • 플러터 구현, 프로젝트
    • JavaScript
      • 김민태의 프론트엔드 아카데미 1
    • 공부기록
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

어도비일러스트공부중

컨텐츠 검색

태그

코틀린 어도비 글자 어도비프리미어 일러스트 프리미어프로 kotlinbasic 어도비일러스트 효과 포토샵 effects 애프터이펙트 어도비애프터이펙트 text 플러터 AfterEffects Kotlin 어도비포토샵 어도비에펙 모션그래픽

최근글

댓글

공지사항

아카이브

android(6)

  • [Kotlin] how to show the input result on the screen using textview (call, enroll and use the variables and items from main.xml on kotlin file)

    l RESULT l EXPLANATION 1. designate the id on xml file android:id="@+id/tvInput" 2. enroll the id on kotlin file 1) import import android.widget.Button import android.widget.TextView 2) define the value private var tvInput : TextView? = null 2) initialize the value using find view by 더보기 id + r. id. + (name of id) tvInput = findViewById(R.id.tvInput) 3. use the value on the method 1) set the val..

    2022.06.19
  • [Kotlin] how to control every button color with colorPrimary themes.xml at once

    1. define the color name with colors.xml 1) res>> values >> colors.xml 2) designate the color #636262 2. change the primary color 1) res>> values> themes> themse.xml 2) i changed purple color into light gray at the primary tag @color/light_gray 3. confirm the result

    2022.06.19
  • kotlin MyCalculator - color, linear layout with orientation, align with gravity,

    * what i made * point 1 - same space with margin, weight ratio 2 - have toast pop up message when the button is clicked (using onclick and user defined methods) 3 - color, string enrolling 1. constraint >> linear (google prefers constraint layout) 2. enroll the color resource folder >>> values >>> colors.xml 3. enroll the string res > values > strings.xml the real value MyCalculator_chapter7 233..

    2022.06.12
  • kotlin - how to embed calendar with button (TextView, Date Picker Dialog)

    1. to show the input value 1) change id click the text item on xml file - assign the value on id or add the id tag 더보기 android:id = "@+id/user-defined ID name" android:id="@+id/tvSelectedDate" 2. Text View 1) import text view on kotlin file import android.widget.TextView 2) assign it into the nullable variable class MainActivity : AppCompatActivity() { var tvSelectedDate : TextView? = null make ..

    2022.06.06
  • 86. ui

    1. change the name of an app values folder - strings.xml file modify the value inside of the tag

    2022.06.06
  • 85. match-parent

    1. relation android:layout_width="match_parent" parent : layout have whole width. android:layout_width="wrap_content" wrap : only needs space around the content have width appropriate for the item. 2.padding android:paddingLeft="20dp" android:paddingRight="20dp" android:paddingTop="10dp" android:paddingBottom="10dp" 3. button bg color / text color 4. dp sp difference should check the ic_launcher..

    2022.06.06
이전
1
다음
slowbooktech
© 2018 TISTORY. All rights reserved.

티스토리툴바